Pages:
Author

Topic: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner - page 8. (Read 23250 times)

dga
hero member
Activity: 737
Merit: 511
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.... :-)
You were right, I got about 1 MH/s on R9 290. Source code of the miner (ugly CPU miner hack): https://github.com/roulettecoin/roulettecoin-gpuminer. Not for the faint of heart.

Thanks for releasing it publicly!

Glad it worked out.
full member
Activity: 141
Merit: 100
400k/sec on hd 6950
hero member
Activity: 938
Merit: 1000
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.... :-)
You were right, I got about 1 MH/s on R9 290. Source code of the miner (ugly CPU miner hack): https://github.com/roulettecoin/roulettecoin-gpuminer. Not for the faint of heart.

Thanks. It's around 20 times faster than core i7-4770k. But I wonder this coin can survive? Nothing after 3 days. What's a pity.
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
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.... :-)
You were right, I got about 1 MH/s on R9 290. Source code of the miner (ugly CPU miner hack): https://github.com/roulettecoin/roulettecoin-gpuminer. Not for the faint of heart.
full member
Activity: 141
Merit: 100
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).

Well that's good, but it would be nice if you could change the seeder's version message.  I guess it was just a coincidence that a bunch of nodes simultaniously disconnected the one time I was watching the log.
newbie
Activity: 6
Merit: 0
hello guys im started mining wallet with my [email protected] for 4 hours yesterday  and I found 3 blocks,
but today 12 hours and zero blocks?i what happens
I read in the debug.log file that I have mined several blocks, but not see them in my wallet, why?
sorry for my bad english
Difficulty increased, yesterday it was easier to mine. My last found block is from 14 hours ago. Not sure about what you found in debug.log.
I have noticed an increase in difficulty ..anyway thank you for your answer
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
hello guys im started mining wallet with my [email protected] for 4 hours yesterday  and I found 3 blocks,
but today 12 hours and zero blocks?i what happens
I read in the debug.log file that I have mined several blocks, but not see them in my wallet, why?
sorry for my bad english
Difficulty increased, yesterday it was easier to mine. My last found block is from 14 hours ago. Not sure about what you found in debug.log.
newbie
Activity: 6
Merit: 0
hello guys im started mining wallet with my [email protected] for 4 hours yesterday  and I found 3 blocks,
but today 12 hours and zero blocks?i what happens
I read in the debug.log file that I have mined several blocks, but not see them in my wallet, why?
sorry for my bad english
newbie
Activity: 28
Merit: 0
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).
full member
Activity: 141
Merit: 100
Noticed that litecoinseeder connected to my node.  Now I've got lots of litecoin peers connecting (and disconnecting once a vaild processblock happens).  .......
newbie
Activity: 27
Merit: 0
You can get the miner from the top of the tread.  You need the roulettecoin-qt.exe running locally on a computer.

for windows create file  in %AppData%\Roaming\Roulettecoin\roulettecoin.conf

with the following content

rpcuser=ANY
rpcpassword=any
rpcport=8668
rpcallowip=*
daemon=1
server=1
listen=1
gen=0


To mine with the custom miner running on same computer as wallet.

minerd.exe -o 127.0.0.1:8668 -u ANY -p any -t 6

use the -t to set your thread count.

if it works you'll see

2014-05-03 00:23:10] thread 2: 103429 hashes, 19.86 khash/s
2014-05-03 00:23:10] thread 0: 105562 hashes, 19.99 khash/s
2014-05-03 00:23:10] thread 1: 115700 hashes, 20.08 khash/s
2014-05-03 00:23:14] thread 3: 100152 hashes, 20.05 khash/s
2014-05-03 00:23:14] thread 2: 99293 hashes, 20.39 khash/s
2014-05-03 00:23:14] thread 0: 99940 hashes, 20.40 khash/s
sr. member
Activity: 420
Merit: 250
how do I mine with standalone miner? there is no pool.
legendary
Activity: 1610
Merit: 1008
Forget-about-it
40% gains on the standalone Smiley
legendary
Activity: 1610
Merit: 1008
Forget-about-it
Goo, looks like your quoting me, when its your responses going into my quotes.. just a heads up Wink
member
Activity: 97
Merit: 10

GullibleGooo, typing "setgenerate true" in the help > debug window > console will start the miner on all current cpu cores/threads.  to specify a number of threads type "setgenerate true x" where x is the number of threads youd like to run.


Thanks a lot guys! I had no idea one could mine from the wallet Smiley

In the unlikely event that someone else is in need of this information, I include more thorough instructions from xpm123.com/howtomining.html:

1. Open your wallet, waiting for synchronizing with network over.

2. From Help-Debug Window-Console, use the command “setgenerate true”.

For example: setgenerate true 3

“3” means that mining is limited to 3 processors. If you have a CPU with 4 cores, one will be idle.

“-1” means unlimited. Mining will occupy 100% CPU.

3. Use “getmininginfo” to check your mining state.

Notice: “hashespersec” means the speed of computing primes, but it does not show all of the mining efficiency.
member
Activity: 97
Merit: 10
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.

Yes, the word 'roulette' for an algorithm is good, but it is not a good trademark for a coin. I almost skipped reading the thread because of it, since in the shadow of CasinoCoin JackpotCoin BetCoin or whatever, how interesting can it be with a RouletteCoin? At first, it sounds like a novelty idea, a cheap clone. It is misleading as it does not indicate innovation and thought, nor integrity or character, just a rather blunt gamecoin. It would be a pity if this coin went by unnoticed.
Please re-consider the brand of the coin. Keep in mind the competition for new coins are fiercer than ever, most investors and traders only take a few seconds to browse through a list of (to them) unknown coins. One needs to stick out in a credible way.
sr. member
Activity: 322
Merit: 250
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.

Thanks didn't notice it .
newbie
Activity: 28
Merit: 0
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.
newbie
Activity: 28
Merit: 0
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.
legendary
Activity: 1610
Merit: 1008
Forget-about-it
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.

GullibleGooo, typing "setgenerate true" in the help > debug window > console will start the miner on all current cpu cores/threads.  to specify a number of threads type "setgenerate true x" where x is the number of threads youd like to run.

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?
Pages:
Jump to: