Author

Topic: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! - page 147. (Read 284956 times)

hero member
Activity: 616
Merit: 500
Has anyone tried to implement the rpcthreads option? I think the pool is really in need of that, the daemon lags like hell on dual e5-2670v2
full member
Activity: 173
Merit: 100
Pool is up - http://63.141.232.170 (stratum+tcp://63.141.232.170:3333)
I am working on setting up the domain name, slimcoinpool.com
Make sure that you have compiled from the latest commit, or you will get low difficulty rejects.
Shares from the temp pool are carried over, the stats are not displayed until you start mining however.
Payments are automatically processed every minute, it may take a long time to receive block reward because it needs a high number of confirmations.

need your help . i use the miner download from https://mega.co.nz/#!PJUFQT7Q!vWj165czV6LnIUZiD9OIZuKoEGcVSZ_OMQ0Bc8SDUKQ
win8.1 .it dispeared in your pool as all invalid shares.is there  someting wrong with the miner.
hero member
Activity: 686
Merit: 500
FUN > ROI
tried, still the same. I am on win 8.1x64,
I mined with previous slimminer couple of days ago, it worked fine on the same machine

Yeah, weird.  Should have started out something like:
Code:
Your Slimcoin address? (S....) : Sxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
How many threads should we use? (1 .. number of cores) : 8
[2014-06-05 02:07:31] Starting Stratum on stratum+tcp://63.141.232.170:3333
[2014-06-05 02:07:31] Binding thread 0 to cpu 0
[2014-06-05 02:07:31] Binding thread 1 to cpu 1
etc.

Oh well, wait for an alternate build Smiley
full member
Activity: 210
Merit: 100
tried, still the same. I am on win 8.1x64,
I mined with previous slimminer couple of days ago, it worked fine on the same machine
hero member
Activity: 686
Merit: 500
FUN > ROI
I dont have error message,
If I run minerd.exe i get minerd: no URL supplied
Oh good.. then at least it does run at its most basic.
Try just entering:
Code:
minerd.exe -a dcrypt -o stratum+tcp://63.141.232.170:3333 -u Syouraddress -p x

full member
Activity: 210
Merit: 100
tried this and w'ont work:
Might want to edit out your address there - but uhm... no error message?  try opening a console window and just running "minerd.exe".. see if it complains about not wanting to run at all, about something missing, or... anything else.

I dont have error message,
If I run minerd.exe i get minerd: no URL supplied
legendary
Activity: 914
Merit: 1001
pool working great, good job! just tested mining with an old raspberry pi 512MB: 0.07khash Cheesy

PoB "blows you a Raspberry" in celebration ! https://www.youtube.com/watch?v=3dqxZo_myyA

~ https://wikipedia.org/wiki/Blowing_a_raspberry

I know I have an odd sense of humor.  Grin

wow...that vid was weired Oo


yay!
hero member
Activity: 686
Merit: 500
FUN > ROI
tried this and w'ont work:
Might want to edit out your address there - but uhm... no error message?  try opening a console window and just running "minerd.exe".. see if it complains about not wanting to run at all, about something missing, or... anything else.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
pool working great, good job! just tested mining with an old raspberry pi 512MB: 0.07khash Cheesy

PoB "blows you a Raspberry" in celebration ! https://www.youtube.com/watch?v=3dqxZo_myyA

~ https://wikipedia.org/wiki/Blowing_a_raspberry

I know I have an odd sense of humor.  Grin
legendary
Activity: 914
Merit: 1001
pool working great
Well, it was Wink  Looks like it dropped - I'm sure it'll be back up soon.

arg! ^^
full member
Activity: 210
Merit: 100
hero member
Activity: 686
Merit: 500
FUN > ROI
pool working great
Well, it was Wink  Looks like it dropped - I'm sure it'll be back up soon.
legendary
Activity: 914
Merit: 1001
pool working great, good job! just tested mining with an old raspberry pi 512MB: 0.07khash Cheesy
hero member
Activity: 686
Merit: 500
FUN > ROI
Anyone have a binary for win7 or windows? I'd really like to give this a try. I'd be forever grateful and I don't have the space to get all that cygwin business.
You'll have to trust that I didn't do anything funky with it:
http://www.filedropper.com/20140604slimcoinminerdwin64easy
Note: May not actually work, see: https://bitcointalksearch.org/topic/m.7137785

typechecksum
MD50ee60029a4d89def35adbbe6609058d5
SHA1696ce11ce1534d64db63447ba3e3c0d1984e350f
SHA256e019a30ea05d7433d9a8e0c5eeec630086619331823803a56af2a52c0f814d4f

Alternative build: https://bitcointalksearch.org/topic/m.7138442

Inside the ZIP are the executable and the dependencies.  It was originally built for Core i7 with AVX2 extensions, but I think none of the code actually gets optimized for that.. at least a build for Core 2 Duo ended up with the same binary.  Might have missed something though - parallel cygwin installations is a PITA.  It will, however, probably fail on 32bit systems.

There's also a batch file - it only asks you for two things: 1. your Slimcoin address (basically where the pool's payouts should go), and 2. the number of threads to use (considering you may have older hardware, you might want to try limiting CPU use that way).  If unsure, just use the number of cores your CPU has, and it should be all good.

There are other things that you can tweak with the minerd parameters, but this should be good to get you started.  Once up and running, you should see a bunch of output about threads hashing away and the occasional "yay!!!".  If you get a lot of "booooo" instead, something's amiss Smiley
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF

It's the same, the changes are merged.

Just checked that. Thought so, thanks!
hero member
Activity: 616
Merit: 500
Pool is up - http://63.141.232.170 (stratum+tcp://63.141.232.170:3333)
I am working on setting up the domain name, slimcoinpool.com
Make sure that you have compiled from the latest commit, or you will get low difficulty rejects.
Shares from the temp pool are carried over, the stats are not displayed until you start mining however.
Payments are automatically processed every minute, it may take a long time to receive block reward because it needs a high number of confirmations.

Should we compile from your: https://github.com/siklon/slimminer or slimcoin's new official pushed ?

Updated slimminer pushed for pooled mining just pushed on Github here: https://github.com/slimcoin/slimminer

It's the same, the changes are merged.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Pool is up - http://63.141.232.170 (stratum+tcp://63.141.232.170:3333)
I am working on setting up the domain name, slimcoinpool.com
Make sure that you have compiled from the latest commit, or you will get low difficulty rejects.
Shares from the temp pool are carried over, the stats are not displayed until you start mining however.
Payments are automatically processed every minute, it may take a long time to receive block reward because it needs a high number of confirmations.

Should we compile from your: https://github.com/siklon/slimminer or slimcoin's new official pushed ?

Updated slimminer pushed for pooled mining just pushed on Github here: https://github.com/slimcoin/slimminer
full member
Activity: 140
Merit: 110
bitcoinnaire
Anyone have a binary for win7 or windows? I'd really like to give this a try. I'd be forever grateful and I don't have the space to get all that cygwin business.
full member
Activity: 145
Merit: 100
Are the static executables for linux already available?
Jump to: