Bitcoin Forum
June 22, 2024, 09:01:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 22, 2014, 02:34:25 PM
There is a slow but steady progress towards our goal. We won't reveal any details until it's done. We are not going to promote this coin until it's done. To mine or not to mine is your choice.

If be done difficul,t I think you can reveal something now.

It's been only 3 weeks since the coin launch. Be patient, we are halfway there.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 14, 2014, 06:42:52 PM
There is a slow but steady progress towards our goal. We won't reveal any details until it's done. We are not going to promote this coin until it's done. To mine or not to mine is your choice.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Updated CPU Miner on: May 09, 2014, 09:53:24 PM
Cheeto, the rlt.blockquarry.com pool owner,  has been working on optimizing the CPU miner.  The code is ugly and he still has quite a bit of work to do but I thought that people CPU mining might want an early build.  Some of the optimizations this is using are from ig0tik3d, so thank you for your work.  

Here is a link to the Windows binaries:  https://rlt.blockquarry.com/downloads/roulettecoin-cpuminer-win.zip

Source code is currently here:  https://rlt.blockquarry.com/downloads/roulettecoin-cpuminer-src.tar.gz

I have ran this on Windows 7 and Ubuntu 13.10.  With my CPU's I have seen about a 60% gain in performance.  
Good work, on i7-4770K CPU at 3.50GHz we have ~210 kh/s (up from ~145 kh/s with unoptimized miner). That's almost 45% more.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 08, 2014, 08:11:01 PM
Nope, I created wallet, CPU miner and GPU miner for this coin. And the bugs. Lots of bugs. Cry
Block explorer is coming soon too (with even more bugs).

Bug report.  I believe that in gpuminer roulette.cpp line 120:

cl::Buffer countersCL(*m.context, CL_MEM_READ_WRITE | CL_MEM_USE_HOST_PTR, (16 + 1) * sizeof(*countersH), count\
ersH, &err);

is allocating the wrong size buffer.  (16+1)*sizeof(*countersH) is only 17 ints, but countersCL is used with one set of counters per iteration, and so should be (16*16)*sizeof(*countersH)

(or simply sizeof(countersH))
Thanks for the heads up, developer will fix this during the weekend.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 08, 2014, 04:19:55 AM
I can mine with CPU at http://rlt.blockquarry.com, but can't with GPU. Any ideas? Miners starts and like: stratum detected new block, Platform number is 1, platform blabla Inc. And nothing more, that's all, no hashing.
It's compiling OpenCL code first, wait at least 5 minutes and see if there are any changes.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 07, 2014, 08:28:12 PM
Block explorer is up for testing: http://explorer.roulettecoin.cc. Let me know if you notice any problems.

Any chance of adding address search?
Searching addresses shall work fine, do you have any problems?
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 07, 2014, 06:49:08 PM
Block explorer is up for testing: http://explorer.roulettecoin.cc. Let me know if you notice any problems.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 06, 2014, 06:40:08 PM
Dev, any plans for the coin ?
We do have plans for this coin, but turning them into reality will take some time, few weeks at least. In the meantime we are going to keep this coin alive, but do not expect wonders, it will keep low profile until we reach our goal.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 06, 2014, 06:33:19 PM
Can we hide all the thread & hashrate displayed and only keep found shares & blocks ?
From minerd help (which you can see when you give it -h option):
-q, --quiet           disable per-thread hashmeter output
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 06, 2014, 04:58:39 PM
Thanks and are you also looking at the following issue with the GPU miner

My test results with GPU miner as follows and i have 4 gpu's

If i use -t 1 - This is working fine

If i use -t 4 - this is showing one thread yay and other 3 boo
You mean this problem is still present with the current GPU miner binary?
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 06, 2014, 04:38:46 PM
roulettecoin, could you update the first post with the links to these updated miners and links to the pools?

Please redownload GPU miner, the problem with duplicated shares shall be fixed now. We will update opening message when correct operation of the miner is confirmed.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 05, 2014, 08:45:54 PM
Cpu miner all shares are above target.
Gpu miner submits a good share followed immediately by duplicate share, which is rejected.
Uploaded wrong binary, try again, shall be OK now. As for the problem with GPU miner and duplicated shares, we'll look into this tomorrow.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 05, 2014, 07:56:27 PM
Fresh 64-bit Windows miners with stratum fixes:
For GPU miner pass -t X option where X is a number of GPUs. GPU miner has to be executed from the directory where kernel directory is located.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 04, 2014, 03:25:09 PM
Roulettecoin @ Nonce-Pool

http://rlt.nonce-pool.com/index.php

Pool is in beta, the miner needs a little fixing for stratum to work, feel free to try it out if you like, see the home page for details.

Hopefully someone can provide some win miners.  Undecided
We commited a proper fix of the stratum bug to the CPU and GPU source code code. Please recompile your miners and try. The pool works just fine.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: May 04, 2014, 07:35:07 AM
I don't think it's working very well, I see only connections refused
What is your command line?
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Getwork fix on: May 03, 2014, 06:40:22 AM
Noticed that litecoinseeder connected to my node.  Now I've got lots of litecoin peers connecting (and disconnecting once a vaild processblock happens).  .......
We have a roulettecoin-adapted litecoinseeder running to ease the burder on seed nodes. However there are only 17 nodes currently accepting incoming connections, most likely your is one of them and that's why you get a lot of connections (from roulettecoin peers, not litecoin).
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Getwork fix on: May 02, 2014, 08:28:04 PM
roulettecoin dev, Id name the algo roulette Wink or come up with something so we can identify it quickly.  Launch seemed good, after the miners are spruced up and available whats next?
Roulette as a name for algorithm sounds good Cheesy. Long term plan is top secret for now Cool. But we can tell you some things it doesn't involve: creating an empty marketing hype and getting on an exchange fast to pump & dump.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Getwork fix on: May 02, 2014, 08:10:28 PM
How to get a wallet for linux since I can't find any source in the OP .
https://github.com/roulettecoin/roulettecoin
There are also 64-bit Linux binaries in release downloads.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Getwork fix on: May 02, 2014, 07:40:27 PM
I would like to mine this, it looks interesting. However, I need more specific instructions. I am kind of slow and stupid that way, sorry... Smiley
I have downloaded wallet and cpuminer. Usually, I start a bat file and it opens cpuminer... Now, I have no idea where to start. What do I do? If you think it is a bother to write, maybe give me a link. All these files make me dizzy (they don't even have file extensions!), I just want to mine... I have Windows 8.
There is no CPU miner binary for Windows yet. If you want to mine RLT, just run the wallet exe and type "setgenerate true" in the debug window as with any other coin.
Anyway, can we be open to discuss the trademark and logo? We have CasinoCoin, JackpotCoin etc. Also, isn't it time to drop the "coin" in every trademark, it starts to feel very old-school. What do you think, dev? Change of trademark would most likely be beneficial if we going for the long run. I make claims to be a marketing strategist.
We wouldn't even call the current graphics a logo, it's just a placeholder image that doesn't scale down very well. Will be definitely changed in the future. As for the name, we like the current one, it's kind of related to the randomized mining algorithm.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | CPU mining | New algo | No premine | Launched! on: May 02, 2014, 02:02:12 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.

Sorry I didn't mean to insult anyone. I compiled the daemon and wallet in Linux and found that you haven't include the boost_chrono in makefile. Not a problem with me because I could solve it myself but maybe a little tricky for new users.
The problem it I didn't get any source to connect my client with the network since 2 hours. Would you mind to share any nodes?

Regards,

EDIT: never mind it finally gets connected. Thanks anyway.
I didn't notice that seed nodes were already saturated with connections, I will add more IPs to dnsseed ASAP. Thanks for pointing that out. Here are some node IPs in case someone else has connection problems:

84.54.168.23
54.84.102.48
128.2.209.18
107.170.253.97
50.191.199.127
85.25.26.232
173.1.1.213
173.1.1.212
213.37.105.92
62.210.177.2

EDIT: dnsseed.roulettecoin.cc is now automatically seeded with network nodes, that should fix connection problems.
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!