Author

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

full member
Activity: 182
Merit: 100
Quote
again my question: Do all miners pointed to that wallet have a chance of finding the PoB block? Or is it essential that the wallet does the mining in order to find a PoB block? (setgenerate true)?

You do not need to run setgenerate true to mine PoB. In order to mine PoB, just burn coins and the client will start automatically. If you turn off and then turn on the client, the client will automatically start PoB mining on the old coins. If your client is off, it will not be mining PoB, the client has to be on.

ok, so that does mean, I should not mine on the same system where the wallet is? Because the CPU is already @ 100% because of the slimminer.

No, PoB mining is so un-intensive that there will be no problems.
full member
Activity: 182
Merit: 100
Quote
is that normal that my hashespersec is zero?

Yes, that is fine, the hashespersec is the counter for the internal miner in the client.
legendary
Activity: 914
Merit: 1001
Quote
again my question: Do all miners pointed to that wallet have a chance of finding the PoB block? Or is it essential that the wallet does the mining in order to find a PoB block? (setgenerate true)?

You do not need to run setgenerate true to mine PoB. In order to mine PoB, just burn coins and the client will start automatically. If you turn off and then turn on the client, the client will automatically start PoB mining on the old coins. If your client is off, it will not be mining PoB, the client has to be on.

ok, so that does mean, I should not mine on the same system where the wallet is? Because the CPU is already @ 100% because of the slimminer.
legendary
Activity: 1092
Merit: 1000
Can we tell which PoB block we are on ? PoB block height
I don't think it works that way.

Well how many are created (at current diff) in 24h ?
full member
Activity: 182
Merit: 100
Quote
again my question: Do all miners pointed to that wallet have a chance of finding the PoB block? Or is it essential that the wallet does the mining in order to find a PoB block? (setgenerate true)?

You do not need to run setgenerate true to mine PoB. In order to mine PoB, just burn coins and the client will start automatically. If you turn off and then turn on the client, the client will automatically start PoB mining on the old coins. If your client is off, it will not be mining PoB, the client has to be on.
hero member
Activity: 686
Merit: 500
FUN > ROI
Can we tell which PoB block we are on ? PoB block height
I don't think it works that way.
hero member
Activity: 686
Merit: 500
FUN > ROI
Where can I get a compiled/binary windows x64 version of a working miner for this coin?
First post?
( It's not 64-bit specific, but 32-bit will run just fine. )

Why does the wallet say the checkpoint is to old? Is there an updated wallet that's not in the OP?
Try adding all the nodes mentioned in this thread, you probably just need to sync up.
full member
Activity: 126
Merit: 100

  I want to mine only with POB, how to do that?

  Do I have to turn setgenerate to true because if I do that I am still POW mining and I do not want to spend CPU power on that one......

   Anybody ?
member
Activity: 371
Merit: 10
"simply getting the job done"
Quote
I have 3 comps and I want to mine from all computers to one wallet. Is that possible with https://github.com/slimcoin/slimminer?

Yes it is, you have to edit the config file to look something like:

The url is the local ip address of the computer you want to mine to. And on the wallet you have to start it up with -rpcallowip="*", or type the ip addresses allowable instead of the star.

Code:
{
"url" : "192.168.xxx.xxx:41683",
"user" : "user",
"pass" : "pass",

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

SlimMIner working ok, I have cca 1khs per computer,but in wallet i get:
{
"blocks" : 2666,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.06898813,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkghps" : 0.00237041,
"pooledtx" : 0,
"testnet" : false
}

is that normal that my hashespersec is zero?

My slimcoin.conf is:
addnode=76.127.202.17
addnode=96.237.174.192
addnode=107.181.250.216
addnode=107.181.250.217
server=1
gen=0
listen=1
daemon=1
rpcuser=xxx
rpcpassword=xxx
rpcallowip=*
rpcport=41683
member
Activity: 371
Merit: 10
"simply getting the job done"
Quote
I have 3 comps and I want to mine from all computers to one wallet. Is that possible with https://github.com/slimcoin/slimminer?

Yes it is, you have to edit the config file to look something like:

The url is the local ip address of the computer you want to mine to. And on the wallet you have to start it up with -rpcallowip="*", or type the ip addresses allowable instead of the star.

Code:
{
"url" : "192.168.xxx.xxx:41683",
"user" : "user",
"pass" : "pass",

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

SlimMIner working ok, I have cca 1khs per computer,but in wallet i get:
{
"blocks" : 2666,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.06898813,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkghps" : 0.00237041,
"pooledtx" : 0,
"testnet" : false
}

is that normal that my hashespersec is zero?

sr. member
Activity: 294
Merit: 250
Didn't felt so noob in a long time  Undecided

Where can I get a compiled/binary windows x64 version of a working miner for this coin?

Why does the wallet say the checkpoint is to old? Is there an updated wallet that's not in the OP?

Thanks in advance
legendary
Activity: 1092
Merit: 1000
Can we tell which PoB block we are on ? PoB block height
sr. member
Activity: 252
Merit: 250
p2pool is working on testnet now but it requires some changes to slimcoin and a hardfork is needed.

1. The last coinbase transaction in p2pool is always a 0 value transaction. Minimum transaction value in slimcoin is currently 0.01 SLM.

2. Do not the check signature for PoW blocks in CBlock::CheckBlock().

This has already been fixed in Novacoin.
sr. member
Activity: 826
Merit: 263
USA addnode's

Code:
addnode=107.181.250.216
addnode=107.181.250.217

New addnode's hosted in Germany

Code:
addnode=144.76.142.47
addnode=144.76.142.49

Those German nodes were sorely needed.  Thanks!
full member
Activity: 126
Merit: 100
I'm having some problems. I downloaded the linux wallet, and I doesn't open. I don't know why. So I tried downloading the source and compiling. I added the 6 nodes in slimcoin.conf, and this time the wallet opens, but it only gets the first 624 blocks. Then it doens't sync anymore :/. What can I do?
legendary
Activity: 1050
Merit: 1000
What hashrates are you guys getting while mining PoW? Just curious.

2.7 KH/s with an AMD APU 3850 with Ubuntu Linux 64 Bit... 500 H/s with the same computer with Windows 7 64 bits.

EDIT: Removed the stupid "K" on the windows hashrate

i5-4570 win8 x64 - ~2850hps

athlon II 640 win 7 x64 - ~2210hps (also running cgminer for X11)

sempron (not sure on model but old laptop) ubuntu 12.04 - ~450hps
full member
Activity: 126
Merit: 100

  I want to mine only with POB, how to do that?

  Do I have to turn setgenerate to true because if I do that I am still POW mining and I do not want to spend CPU power on that one......
legendary
Activity: 914
Merit: 1001
Quote
I have 3 comps and I want to mine from all computers to one wallet. Is that possible with https://github.com/slimcoin/slimminer?

Yes it is, you have to edit the config file to look something like:

The url is the local ip address of the computer you want to mine to. And on the wallet you have to start it up with -rpcallowip="*", or type the ip addresses allowable instead of the star.

Code:
{
"url" : "192.168.xxx.xxx:41683",
"user" : "user",
"pass" : "pass",

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

again my question: Do all miners pointed to that wallet have a chance of finding the PoB block? Or is it essential that the wallet does the mining in order to find a PoB block? (setgenerate true)?
hero member
Activity: 938
Merit: 1000
USA addnode's

Code:
addnode=107.181.250.216
addnode=107.181.250.217

New addnode's hosted in Germany

Code:
addnode=144.76.142.47
addnode=144.76.142.49

Perfect. It begins to sync already after I add 2 nodes from Germany.
Thanks.

PS: Btw could you tell at which block are we now? One of my client stops to sync at block 2028 and another at block 1600.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
USA addnode's

Code:
addnode=107.181.250.216
addnode=107.181.250.217

New addnode's hosted in Germany

Code:
addnode=144.76.142.47
addnode=144.76.142.49
Jump to: