Author

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

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.
full member
Activity: 148
Merit: 100
I just need to burn a coin,  wait for it?
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.
hero member
Activity: 686
Merit: 500
FUN > ROI
Could it be something external? I mean, I have installed some other things that I use to compile videogames I create.
Well, next log file to try: /slimminer/config.log
( again, anonymize before paste )
hero member
Activity: 686
Merit: 500
FUN > ROI
6 days have passed since launch – as there's no block explorers and the like yet, here's some basic graphs:
(if you want to ask anything about a specific graph, please only quote that graph (or refer to it by title), as these posts are relatively big)
 
 
 
 
 
Explanation of graphs: topic=613213.msg7044755#msg7044755

The graphs might look a little different - had to switch to OpenOffice as LibreOffice finally decided to choke and crash repeatedly (good to know, though at work we don't quite use this number of data points).

The Blocks of Shame:
Block 5872 : Our old buddy with the time off by 2 hours (also the cause for the weird downward spikes in the estimated hash rate.. along with OOo switch)
Blocks 5500, 5607, 5612 and 5627 : Time off by ~10 minutes.  Bros, do you even NTP?



Like this post? Donate Slimcoin: STDpqwvEC6banMNzfNYDTuZy8xspHpGuNj
sr. member
Activity: 308
Merit: 250
Can't build with boost 1.55 .Tried on Ubuntu 14.04 and Debian 7


I forgot install libboost-all-dev

What does this mean, from debug.log
Code:
2014-06-04 22:33:48 UTC hashmeter  24 CPUs   5691 hash/s
        PoW Target: 00000007d5120000000000000000000000000000000000000000000000000000

sr. member
Activity: 456
Merit: 250
legendary
Activity: 914
Merit: 1001

Yeah exactly I thought like BitcoinFX. slimminer works because the pool accepted my shares, but the daemon never accepts any share from slimminer.

I can confirm, that the Slimminer finds valid blocks when solo mining. I found 4 so far on my desktop-PC (with ~1.6KH) and even one with an ARM version of slimminer (0.22kh).
Today I found 2 Blocks with slimminer on the desktop PC, the seconds block around 5h after the first one. I think it's all about luck.

just make sure it's really using dcrypt (I had one instance mining with scrypt by accident, because I also had an old version of minerd in /usr/bin -.-)

Sliminer on windows and/or linux ? or mac ?

ltcnim has Windows and he compiles slimminer from source himself like us. I think the reason lies in the daemon/wallet. Or the worst case, in the different between Linux and Windows. But I never heard of such case.  Huh
ltcnim where did you get the wallet ? Did you compile yourself or get the pre-compiled binary?

Btw ltcnim, we are not stupid like mistaking the hashing algo and going complaining about not working here Wink. Of course we make sure that we didn't do anything wrong on our side.


I've seen this too, between two Linux machines, one running the daemon and one running slimminer. Looking at the output of "netstat -a", each machine ends up with a bunch of connections to the other machine in the TIME_WAIT state. So I wonder if something's wrong with the RPC listener.

The tricky part is that neither side shows an error message, and slimminer looks like it's mining, but of course there's no traffic going over those TIME_WAIT connections.

Exactly what I'm thinking, but I don't have time to look at the source code and neither have the skill to fix it. I reported about it 2,3 days ago but nobody cares. Nice that someone notices that too.
Thanks for your details information.

i've built the miner under windows, ARM linux, ubuntu 14.04 and even CentOS5.5. The blocks I found were under Windows, and one under cubian (debian version for cubieboard). But I just saw, that you use slimcoind, while I was mining at slimcoin-qt (located on a windows machine).
sr. member
Activity: 308
Merit: 250
Can't build with boost 1.55 .Tried on Ubuntu 14.04 and Debian 7

Code:
obj/db.o: In function `operator/':
/usr/local/include/boost/filesystem/path.hpp:648: undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)'
obj/db.o: In function `create_directory':
/usr/local/include/boost/filesystem/operations.hpp:405: undefined reference to `boost::filesystem::detail::create_directory(boost::filesystem::path const&, boost::system::error_
code*)'
obj/db.o: In function `operator/':
/usr/local/include/boost/filesystem/path.hpp:648: undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)'
obj/db.o: In function `sleep':
/usr/local/include/boost/thread/pthread/thread_data.hpp:249: undefined reference to `boost::this_thread::hiden::sleep_until(timespec const&)'
obj/init.o: In function `remove':
/usr/local/include/boost/filesystem/operations.hpp:496: undefined reference to `boost::filesystem::detail::remove(boost::filesystem::path const&, boost::system::error_code*)'
obj/init.o: In function `is_directory':
/usr/local/include/boost/filesystem/operations.hpp:294: undefined reference to `boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)'
obj/init.o: In function `operator/':
/usr/local/include/boost/filesystem/path.hpp:648: undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)'
obj/init.o: In function `sleep':
/usr/local/include/boost/thread/pthread/thread_data.hpp:249: undefined reference to `boost::this_thread::hiden::sleep_until(timespec const&)'
obj/main.o: In function `space':
/usr/local/include/boost/filesystem/operations.hpp:520: undefined reference to `boost::filesystem::detail::space(boost::filesystem::path const&, boost::system::error_code*)'
obj/main.o: In function `operator/':
/usr/local/include/boost/filesystem/path.hpp:648: undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)'
obj/main.o: In function `boost::thread::start_thread()':
/usr/local/include/boost/thread/detail/thread.hpp:180: undefined reference to `boost::thread::start_thread_noexcept()'
obj/bitcoinrpc.o: In function `sleep':
/usr/local/include/boost/thread/pthread/thread_data.hpp:249: undefined reference to `boost::this_thread::hiden::sleep_until(timespec const&)'
obj/bitcoinrpc.o: In function `boost::thread::start_thread()':
/usr/local/include/boost/thread/detail/thread.hpp:180: undefined reference to `boost::thread::start_thread_noexcept()'
obj/bitcoinrpc.o: In function `boost::thread::do_try_join_until(timespec const&)':
/usr/local/include/boost/thread/detail/thread.hpp:768: undefined reference to `boost::thread::do_try_join_until_noexcept(timespec const&, bool&)'
obj/bitcoinrpc.o: In function `boost::filesystem::path::has_root_directory() const':
/usr/local/include/boost/filesystem/path.hpp:444: undefined reference to `boost::filesystem::path::root_directory() const'
obj/bitcoinrpc.o: In function `boost::filesystem::operator/(boost::filesystem::path const&, boost::filesystem::path const&)':
/usr/local/include/boost/filesystem/path.hpp:648: undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)'
obj/bitcoinrpc.o: In function `boost::filesystem::exists(boost::filesystem::path const&)':
/usr/local/include/boost/filesystem/operations.hpp:289: undefined reference to `boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)'
obj/bitcoinrpc.o: In function `call_once':
/usr/local/include/boost/thread/pthread/once_atomic.hpp:145: undefined reference to `boost::thread_detail::enter_once_region(boost::once_flag&)'
/usr/local/include/boost/thread/pthread/once_atomic.hpp:157: undefined reference to `boost::thread_detail::commit_once_region(boost::once_flag&)'
/usr/local/include/boost/thread/pthread/once_atomic.hpp:153: undefined reference to `boost::thread_detail::rollback_once_region(boost::once_flag&)'
/usr/local/include/boost/thread/pthread/once_atomic.hpp:145: undefined reference to `boost::thread_detail::enter_once_region(boost::once_flag&)'
/usr/local/include/boost/thread/pthread/once_atomic.hpp:157: undefined reference to `boost::thread_detail::commit_once_region(boost::once_flag&)'
/usr/local/include/boost/thread/pthread/once_atomic.hpp:153: undefined reference to `boost::thread_detail::rollback_once_region(boost::once_flag&)'
obj/util.o: In function `operator/':
/usr/local/include/boost/filesystem/path.hpp:648: undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)'

full member
Activity: 126
Merit: 100
With a quick glance through the pastebin it seems that your missing gcc and automake packages.

See: https://bitcointalksearch.org/topic/m.7133359

Are you sure that you installed these extra packages from Search Packages during the Cygwin install ?

Yes, look:
http://i.imgur.com/69v1aT6.png
http://i.imgur.com/l21LGUc.png

Could it be something external? I mean, I have installed some other things that I use to compile videogames I create.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
No. Did you delete the slimminer folder C: > cygwin64 > home > 'account name' > slimminer  ?

Try doing that and start again in case something got borked.

Yeah, I've tried this twice, but still the same. Here's the config.log inside slimminer when I try to compile:

http://pastebin.com/g1PwT13Q

Anything wrong?


With a quick glance through the pastebin it seems that your missing gcc and automake packages.

See: https://bitcointalksearch.org/topic/m.7133359

Are you sure that you installed these extra packages from Search Packages during the Cygwin install ?
hero member
Activity: 938
Merit: 1000

Yeah exactly I thought like BitcoinFX. slimminer works because the pool accepted my shares, but the daemon never accepts any share from slimminer.

I can confirm, that the Slimminer finds valid blocks when solo mining. I found 4 so far on my desktop-PC (with ~1.6KH) and even one with an ARM version of slimminer (0.22kh).
Today I found 2 Blocks with slimminer on the desktop PC, the seconds block around 5h after the first one. I think it's all about luck.

just make sure it's really using dcrypt (I had one instance mining with scrypt by accident, because I also had an old version of minerd in /usr/bin -.-)

Sliminer on windows and/or linux ? or mac ?

ltcnim has Windows and he compiles slimminer from source himself like us. I think the reason lies in the daemon/wallet. Or the worst case, in the different between Linux and Windows. But I never heard of such case.  Huh
ltcnim where did you get the wallet ? Did you compile yourself or get the pre-compiled binary?

Btw ltcnim, we are not stupid like mistaking the hashing algo and going complaining about not working here Wink. Of course we make sure that we didn't do anything wrong on our side.


I've seen this too, between two Linux machines, one running the daemon and one running slimminer. Looking at the output of "netstat -a", each machine ends up with a bunch of connections to the other machine in the TIME_WAIT state. So I wonder if something's wrong with the RPC listener.

The tricky part is that neither side shows an error message, and slimminer looks like it's mining, but of course there's no traffic going over those TIME_WAIT connections.

Exactly what I'm thinking, but I don't have time to look at the source code and neither have the skill to fix it. I reported about it 2,3 days ago but nobody cares. Nice that someone notices that too.
Thanks for your details information.
sr. member
Activity: 456
Merit: 250

Don't seem to be able to get it to work on windows localhost even with the daemon running.

rpcport=41683  ??
rpcallowip=127.0.0.1

Can anyone confirm that finding blocks with slimminer works? I have set up like the OP told but never find any block (one PC with daemon as host and 20 machines with slimminer as client. slimminer shows hashrate in every computer. solomining with 90khs for 2 days and can't even find one block.)
I change to solomine with the daemon only (with gen=0) and only 3 machines (around 12khs in total). Found 5 blocks in 2 days already.

Somethings certainly not right there then. I've only being mining with the wallet thus far - apart from a few hours test in the temporary pool.

Again, I did see accepted shares with the slimminer in the temporary pool.

~ Are you mining via linux machines only ?

Yeah I'm mining with the daemon, technically. My shares in the temporary pool get accepted too, but the daemon never accepts slimminer shares even from the same machine. I'm using linux in all machines.

I've seen this too, between two Linux machines, one running the daemon and one running slimminer. Looking at the output of "netstat -a", each machine ends up with a bunch of connections to the other machine in the TIME_WAIT state. So I wonder if something's wrong with the RPC listener.

The tricky part is that neither side shows an error message, and slimminer looks like it's mining, but of course there's no traffic going over those TIME_WAIT connections.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF

Yeah exactly I thought like BitcoinFX. slimminer works because the pool accepted my shares, but the daemon never accepts any share from slimminer.

I can confirm, that the Slimminer finds valid blocks when solo mining. I found 4 so far on my desktop-PC (with ~1.6KH) and even one with an ARM version of slimminer (0.22kh).
Today I found 2 Blocks with slimminer on the desktop PC, the seconds block around 5h after the first one. I think it's all about luck.

just make sure it's really using dcrypt (I had one instance mining with scrypt by accident, because I also had an old version of minerd in /usr/bin -.-)

Sliminer on windows and/or linux ? or mac ?
full member
Activity: 126
Merit: 100
No. Did you delete the slimminer folder C: > cygwin64 > home > 'account name' > slimminer  ?

Try doing that and start again in case something got borked.

Yeah, I've tried this twice, but still the same. Here's the config.log inside slimminer when I try to compile:

http://pastebin.com/g1PwT13Q

Anything wrong?

hero member
Activity: 938
Merit: 1000

Don't seem to be able to get it to work on windows localhost even with the daemon running.

rpcport=41683  ??
rpcallowip=127.0.0.1

Can anyone confirm that finding blocks with slimminer works? I have set up like the OP told but never find any block (one PC with daemon as host and 20 machines with slimminer as client. slimminer shows hashrate in every computer. solomining with 90khs for 2 days and can't even find one block.)
I change to solomine with the daemon only (with gen=0) and only 3 machines (around 12khs in total). Found 5 blocks in 2 days already.

Somethings certainly not right there then. I've only being mining with the wallet thus far - apart from a few hours test in the temporary pool.

Again, I did see accepted shares with the slimminer in the temporary pool.

~ Are you mining via linux machines only ?

Yeah I'm mining with the daemon, technically. My shares in the temporary pool get accepted too, but the daemon never accepts slimminer shares even from the same machine. I'm using linux in all machines.
legendary
Activity: 914
Merit: 1001
Can I mine with miner directly to daemon from several machines?

In theory yes. Although, its not working with the current release.

slimcoin probably did this intentionally to help prevent and limit the effectiveness of botnets at launch.

Slimcoin is built from an original release of Peercoin and has some 'missing' functions. A working pool will have a patch, so it will eventually be possible.

This can be done with slimminer, you just have to set in the config the url and on the daemon allow -rpcallowip= the ip's you are mining from.

Don't seem to be able to get it to work on windows localhost even with the daemon running.

rpcport=41683  ??
rpcallowip=127.0.0.1

Can anyone confirm that finding blocks with slimminer works? I have set up like the OP told but never find any block (one PC with daemon as host and 20 machines with slimminer as client. slimminer shows hashrate in every computer. solomining with 90khs for 2 days and can't even find one block.)
I change to solomine with the daemon only (with gen=0) and only 3 machines (around 12khs in total). Found 5 blocks in 2 days already.

Example config for local host

Quote
{
   "url" : "http://127.0.0.1:41683",
   "user" : "user",
   "pass" : "pass",

   "algo" : "dcrypt",
   "threads" : "8"
}

Yep. Its still not working.

I was seeing accepted shares from sandor111's temporary pool the other day, so its not slimminer.

Let me check all of my settings - think the code is missing something - might be me being daft though.

Yeah exactly I thought like BitcoinFX. slimminer works because the pool accepted my shares, but the daemon never accepts any share from slimminer.

I can confirm, that the Slimminer finds valid blocks when solo mining. I found 4 so far on my desktop-PC (with ~1.6KH) and even one with an ARM version of slimminer (0.22kh).
Today I found 2 Blocks with slimminer on the desktop PC, the seconds block around 5h after the first one. I think it's all about luck.

just make sure it's really using dcrypt (I had one instance mining with scrypt by accident, because I also had an old version of minerd in /usr/bin -.-)
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF

Don't seem to be able to get it to work on windows localhost even with the daemon running.

rpcport=41683  ??
rpcallowip=127.0.0.1

Can anyone confirm that finding blocks with slimminer works? I have set up like the OP told but never find any block (one PC with daemon as host and 20 machines with slimminer as client. slimminer shows hashrate in every computer. solomining with 90khs for 2 days and can't even find one block.)
I change to solomine with the daemon only (with gen=0) and only 3 machines (around 12khs in total). Found 5 blocks in 2 days already.

Somethings certainly not right there then. I've only being mining with the wallet thus far - apart from a few hours test in the temporary pool.

Again, I did see accepted shares with the slimminer in the temporary pool.

~ Are you mining via linux machines only ?
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
I have every package listed in the post, but still the same error. I must be missing something, or I don't know... I also have windows 7 x64. Should I try compiling for x86?

No. Did you delete the slimminer folder C: > cygwin64 > home > 'account name' > slimminer  ?

Try doing that and start again in case something got borked.
hero member
Activity: 686
Merit: 500
FUN > ROI
Hi! Here's the setup.log!

http://pastebin.com/SpCjgbff

Well, wherever the problem is, at least it doesn't appear to be in there - matches up with mine.
Jump to: