Bitcoin Forum
April 26, 2024, 10:52:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 »  All
  Print  
Author Topic: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner  (Read 23233 times)
roulettecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 07, 2014, 08:28:12 PM
 #141

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?
1714128753
Hero Member
*
Offline Offline

Posts: 1714128753

View Profile Personal Message (Offline)

Ignore
1714128753
Reply with quote  #2

1714128753
Report to moderator
1714128753
Hero Member
*
Offline Offline

Posts: 1714128753

View Profile Personal Message (Offline)

Ignore
1714128753
Reply with quote  #2

1714128753
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714128753
Hero Member
*
Offline Offline

Posts: 1714128753

View Profile Personal Message (Offline)

Ignore
1714128753
Reply with quote  #2

1714128753
Report to moderator
1714128753
Hero Member
*
Offline Offline

Posts: 1714128753

View Profile Personal Message (Offline)

Ignore
1714128753
Reply with quote  #2

1714128753
Report to moderator
Hodor_keeper_of_the_light
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 07, 2014, 10:55:00 PM
Last edit: May 08, 2014, 12:00:48 AM by Hodor_keeper_of_the_light
 #142

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.

roulettecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 08, 2014, 04:19:55 AM
 #143

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.
dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
May 08, 2014, 11:28:46 AM
 #144

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?

It seems fine - I've tested it and it seems good.

I believe pttx was trying to get a list of all coins mined into a particular wallet.

dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
May 08, 2014, 04:12:33 PM
 #145

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))

roulettecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 08, 2014, 08:11:01 PM
 #146

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.
pinwc4
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
May 09, 2014, 02:25:09 PM
 #147

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. 
roulettecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 09, 2014, 09:53:24 PM
 #148

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.
eureka
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250


网络·自由·客


View Profile WWW
May 12, 2014, 02:09:15 AM
 #149

what's the plan next?

dac.xyz 
对数字货币深度思考:http://8btc.com/thread-109365-1-1.html
eureka
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250


网络·自由·客


View Profile WWW
May 14, 2014, 03:03:08 AM
 #150

Is this coin Dead?
Where are you now?

dac.xyz 
对数字货币深度思考:http://8btc.com/thread-109365-1-1.html
goodluck0319
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
May 14, 2014, 03:04:53 AM
 #151

there are no exchange yet.
jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
May 14, 2014, 03:45:22 AM
 #152

Dev said news in few weeks. It's been days.

$MAID & $BTC other than that some short hodls and some long held garbage.
roulettecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 14, 2014, 06:42:52 PM
 #153

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.
jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
May 15, 2014, 03:26:20 AM
 #154

how about a percentage update from time to time keep us informed how your project is coming along..

$MAID & $BTC other than that some short hodls and some long held garbage.
omahapoker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
May 15, 2014, 03:39:28 AM
 #155

dont know about this enough. any sites using this coin?
DukePatrick
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 16, 2014, 08:47:27 AM
 #156

Wow, this Logo is the most beautiful I have ever seen!!

what's the plan next?

I will continue to focus on
mig6r
Sr. Member
****
Offline Offline

Activity: 826
Merit: 250



View Profile
May 16, 2014, 10:15:31 PM
 #157

What is the ref hashrate for 280x ? I'm running 1480kh, it's correct ?

            ▄▄▄▄▄▄▄▄
       ▄▄██████████████▄
     █████████████████████▄
   █████████████████████████
  ██████████▀▀       ▀▀██████▄
 █████████               █████
▐███████▌                 ▀███▌
████████                   ████
▐██████▌                   ▐██▌
 ███████                   ███
  ███████                 ███
   ▀██████▄             ▄██▀
     ▀███████▄▄▄▄▄▄▄▄████▀
        ▀▀███████████▀▀



 ▄▄▄             ▄▄▄           ▄▄▄   ▄▄▄▄▄         ▄▄▄         ▄▄▄▄▄▄       ▄▄▄                    ▄▄▄▄▄▄        ▄▄▄▄          ▄▄▄   ▄▄▄▄▄▄▄▄▄▄▄▄▄   
 ███             ███           ███   ███████▄      ███        ████████      ███                   ████████       ██████▄       ███   ███████████████▄
 ███             ███           ███   ███ ▀████     ███       ███▀  ▀███     ███                  ███▀  ▀███      ███ ▀███▄     ███   ███         ▀███
 ███             ███           ███   ███   ▀███▄   ███      ███▀    ▀███    ███                 ███▀    ▀███     ███   ████    ███   ███          ███
 ███             ███           ███   ███     ▀███▄ ███     ████▄▄▄▄▄▄████   ███                ████▄▄▄▄▄▄████    ███    ▀███▄  ███   ███          ███
 ████▄▄▄▄▄▄▄▄▄▄▄ ████▄▄▄▄▄▄▄▄▄▄███   ███       ███████    ███▀▀▀▀▀▀▀▀▀▀███  ████▄▄▄▄▄▄▄▄▄▄▄   ███▀▀▀▀▀▀▀▀▀▀███   ███      ▀███▄███   ███▄▄▄▄▄▄▄▄▄████
  ▀████████████▌  ▀█████████████▀    ███        ▀▀████   ███▀          ▀███  ▀█████████████  ███▀          ▀███  ███        ▀▀████   █████████████▀▀
                     ▄▄███████
                 ▄████████████
              ▄██████▀▀▀██████
       ▄▄   ▄███████     ████
   ▄▄███▀  ██████████▄▄▄████▀
 ▄████▀▀  █████████████████
         ████████████████▀
        ▀██████████████▀
          ▀█████████▀
     ▄█▀    ▀██▀▀   ▄▄
    ██  ▄█▀      ▄███▌
   █████▀        ███▀
   ▀▀▀          ███▀
                ▀     



  ▄█████████  ███       ██▄      ▄██         █████       ████▌   ▄██████████   
 ██▌          ███        ▀██▄  ▄██▀          ██▌███     ██▀██▌  ▐██           
 ███████████  ███          ▀████▀            ██▌ ███   ██▀ ██▌  ▐███████████   
 ██▌          ███▄          ▐██▌             ██▌  ███ ██▀  ██▌  ▐██           
 ██▌           ▀█████████   ▐██▌             ██▌   ▀███▀   ██▌   ▀██████████



 █████████████▌  ▄███████████▄         █████████████▌  ██▌      ▐██    ▄██████████         █████       █████    ▄██████████▄     ▄██████████▄   ▐████▄     ▐██ 
      ▐██       ▐██▀       ▀██▌             ▐██        ██▌      ▐██   ▐██                  ██▌███     ███▐██   ▐██▀      ▀██▌   ▐██▀      ▀██▌  ▐██▀███    ▐██ 
      ▐██       ▐██         ██▌             ▐██        ████████████   ▐███████████         ██▌ ███   ███ ▐██   ▐██        ██▌   ▐██        ██▌  ▐██  ▀██▄  ▐██ 
      ▐██       ▐██▄       ▄██▌             ▐██        ██▌      ▐██   ▐█▌                  ██▌  ███ ███  ▐██   ▐██▄      ▄██▌   ▐██▄      ▄██▌  ▐██    ▀██▄▐██ 
      ▐██        ▀███████████▀              ▐██        ██▌      ▐██    ▀██████████         ██▌   ▀███▀   ▐██    ▀██████████▀     ▀██████████▀   ▐██      ▀████ 
  (
BUY LLN
)Twitter
Facebook
Telegram
vaskomobile
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
May 17, 2014, 04:09:08 AM
 #158

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.

What value for diff or varfiff you use for the pool ?
gg234
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 17, 2014, 01:08:43 PM
 #159

This coin added to mintpal voting list keep voting

https://www.mintpal.com/voting

Please add this to main OP
michael_phelps
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile WWW
May 20, 2014, 08:52:41 AM
 #160

What is the ref hashrate for 280x ? I'm running 1480kh, it's correct ?

Yup you are getting a good hash for the 280X.

Keep mining!! RLT is a good coin!!!

Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!