Author

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

legendary
Activity: 938
Merit: 1001
There is an issue with the pool and proof of burn blocks, hereby taking the pool down until I fix this. Sorry for inconvenience.

We're back up. Hopefully this time, PoW blocks won't be rejected.

Great! Let's see! So, about my question in the other post: how do I know my balance? And the payments are sent as soon as the block is found, or how is it?

Payments are sent when the block is confirmed x times (I think x = 60),  I will add unconfirmed balance to the stats soon.

Any chance of sharing that dcrypt hash algo now you have it working? I'm not sure why you blocked my PM's, but its not very helpful for anyone.
full member
Activity: 182
Merit: 100
I just need to burn a coin,  wait for it?


To burn, use the burn coins tab on the qt and enter the amount. From then on, wait until they are confirmed and you are mining. Keep the wallet on, if it is off, you are not burn mining.

No need to use setgenerate true?

There is no need, that is for PoW mining.
full member
Activity: 148
Merit: 100
I just need to burn a coin,  wait for it?


To burn, use the burn coins tab on the qt and enter the amount. From then on, wait until they are confirmed and you are mining. Keep the wallet on, if it is off, you are not burn mining.

No need to use setgenerate true?
hero member
Activity: 616
Merit: 500
There is an issue with the pool and proof of burn blocks, hereby taking the pool down until I fix this. Sorry for inconvenience.

We're back up. Hopefully this time, PoW blocks won't be rejected.

Great! Let's see! So, about my question in the other post: how do I know my balance? And the payments are sent as soon as the block is found, or how is it?

Payments are sent when the block is confirmed x times (I think x = 60),  I will add unconfirmed balance to the stats soon.
full member
Activity: 126
Merit: 100
There is an issue with the pool and proof of burn blocks, hereby taking the pool down until I fix this. Sorry for inconvenience.

We're back up. Hopefully this time, PoW blocks won't be rejected.

Great! Let's see! So, about my question in the other post: how do I know my balance? And the payments are sent as soon as the block is found, or how is it?
hero member
Activity: 616
Merit: 500
Mining at the pool is working OK on Digital Ocean cloud droplets.
...
 

BTW, you should start a new thread for that guide, I think it will get more attention.
hero member
Activity: 616
Merit: 500
There is an issue with the pool and proof of burn blocks, hereby taking the pool down until I fix this. Sorry for inconvenience.

We're back up. Hopefully this time, PoW blocks won't be rejected.
hero member
Activity: 666
Merit: 500
full member
Activity: 126
Merit: 100
Ok! How long do you think it will take?
hero member
Activity: 616
Merit: 500
There is an issue with the pool and proof of burn blocks, hereby taking the pool down until I fix this. Sorry for inconvenience.
full member
Activity: 126
Merit: 100
hero member
Activity: 666
Merit: 500
Mining at the pool is working OK on Digital Ocean cloud droplets.

Use Promotional Code: SSD2014 or OMGSSD10 and get $10 free for cloud mining !

That's 2 months worth of Slimcoin mining on a single CPU digital ocean cloud droplet.

- Create your first droplet as: 512MB / 1 CPU 20GB SSD Disk 1TB Transfer Monthly 5.00 Hourly 0.007

- The Hostname can be whatever you want. The recommended region is New York, as its closest to the mining pool.

- It's very important to Select Image - Ubuntu 12.04.4 x64 as other versions won't work with this guide.
it works on Debian also
hero member
Activity: 686
Merit: 500
FUN > ROI
my computer with i5 4200m wroks but don't work with celerom g1620 and core2 6300
Go figure.  Did you try both builds? (the striked out one, and MartinF's build)  If so, I guess different compiler flags are needed somehow.. but since mine always builds the same binary (or refuses to build in the case of 'Pentium M'), somebody else would have to give that a shot.

Or follow the instructions given by BitcoinFX - installing cygwin and getting it up and running only takes a few minutes.

Edit: Oh, or go cloud mining ^^^^^ Wink
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Mining at the pool is working OK on Digital Ocean cloud droplets.

Use Promotional Code: SSD2014 or OMGSSD10 and get $10 free for cloud mining !

That's 2 months worth of Slimcoin mining on a single CPU digital ocean cloud droplet.

- Create your first droplet as: 512MB / 1 CPU 20GB SSD Disk 1TB Transfer Monthly 5.00 Hourly 0.007

- The Hostname can be whatever you want. The recommended region is New York, as its closest to the mining pool.

- It's very important to Select Image - Ubuntu 12.04.4 x64 as other versions won't work with this guide.

This is an LTS (Long Term Support) release and so its the best available working option.

- Digital Ocean will then email you your cloud servers IP address, username and password. You can then SSH login using PuTTY on windows.

See: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Once logged into your cloud droplet:

Code:
sudo apt-get update

Code:
sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev

Code:
git clone https://github.com/siklon/slimminer

Code:
cd slimminer

Code:
chmod +x autogen.sh

Code:
./autogen.sh

Code:
./configure

Code:
make

Code:
apt-get install screen

Code:
screen

In screen mode hit the Space Bar twice to return to the command prompt.

Now copy and paste this line of text to start cpu mining Slimcoin adding YOUR SLIMCOIN WALLET ADDRESS

Code:
./minerd -a dcrypt -o stratum+tcp://63.141.232.170:3333 -u YOURSLIMCOINWALLETADDRESS -p x --scantime 15 --retries -1 -t 1

DONE - (yay !!!) - your now mining Slimcoin's !


You must use (press and hold) CTRL + A + D to get out of the screen session. Then type exit and press enter to close the terminal, although continue mining Slimcoin's.

...

If you log back in to the terminal type: screen -r and enter to check that your still mining Slimcoin's.

If you need to stop mining Slimcoin's type: sudo killall minerd and press enter.

To restart mining type / repeat only steps:

Code:
cd slimminer

Code:
screen

Code:
./minerd -a dcrypt -o stratum+tcp://63.141.232.170:3333 -u YOURSLIMCOINWALLETADDRESS -p x --scantime 15 --retries -1 -t 1

...

Thanks!
 
full member
Activity: 173
Merit: 100
hero member
Activity: 666
Merit: 500
full member
Activity: 126
Merit: 100
could you please upload .exe for win?

Here it is: http://www37.zippyshare.com/v/42180814/file.html

Remember to create a .bat file with the pool address and your wallet address.
hero member
Activity: 666
Merit: 500
Finally I was able to compile slimminer, but I downloaded the source from the link slimcoin provided. Now, it's working great with the pool. Already ~100 shares. How can I know if I have any balance? And when do I get paid? Thanks!
could you please upload .exe for win?
full member
Activity: 126
Merit: 100
Finally I was able to compile slimminer, but I downloaded the source from the link slimcoin provided. Now, it's working great with the pool. Already ~100 shares. How can I know if I have any balance? And when do I get paid? Thanks!
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
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

Don't think so yet. Will this prevent the pool from finding blocks ? Have you found a block with the pool in testing ?
Jump to: