Bitcoin Forum
May 01, 2024, 05:30:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 215 »
  Print  
Author Topic: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!  (Read 284890 times)
Not_WEB
Member
**
Offline Offline

Activity: 371
Merit: 10

"simply getting the job done"


View Profile WWW
May 31, 2014, 07:07:14 PM
 #901

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

Mycro Jobs                                                                                                                                                                                                   
| SIMPLY GETTING THE JOB DONE
⟩                                                                                                                                                     
                                                           ⟩⟩ Telegram ⟩⟩ Twitter ⟩⟩ Medium ⟩⟩ Github ⟩⟩ Instagram ⟩⟩ LinkedIn ⟩⟩ YouTube ⟩⟩ Facebook
1714541411
Hero Member
*
Offline Offline

Posts: 1714541411

View Profile Personal Message (Offline)

Ignore
1714541411
Reply with quote  #2

1714541411
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714541411
Hero Member
*
Offline Offline

Posts: 1714541411

View Profile Personal Message (Offline)

Ignore
1714541411
Reply with quote  #2

1714541411
Report to moderator
glop
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 31, 2014, 07:14:04 PM
 #902


  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 ?
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
May 31, 2014, 07:16:52 PM
 #903

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.

TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
May 31, 2014, 07:17:56 PM
 #904

Can we tell which PoB block we are on ? PoB block height
I don't think it works that way.

slimcoin (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile WWW
May 31, 2014, 07:21:23 PM
 #905

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.

-Much Donate
BTC-1D5pnma7E1CP6cquHujycVy79EyXJ3eY
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
May 31, 2014, 07:25:14 PM
 #906

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 ?
ltcnim
Legendary
*
Offline Offline

Activity: 914
Merit: 1001



View Profile
May 31, 2014, 07:26:18 PM
 #907

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.

slimcoin (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile WWW
May 31, 2014, 07:28:13 PM
 #908

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.

-Much Donate
BTC-1D5pnma7E1CP6cquHujycVy79EyXJ3eY
slimcoin (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile WWW
May 31, 2014, 07:29:20 PM
 #909

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.

-Much Donate
BTC-1D5pnma7E1CP6cquHujycVy79EyXJ3eY
BitcoinFX
Legendary
*
Offline Offline

Activity: 2646
Merit: 1720


https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF


View Profile WWW
May 31, 2014, 07:32:01 PM
 #910

If the wallet is encrypted does PoB minting function without walletpassphrase ? i.e. is it only necessary to unlock the wallet for PoS minting ?

"Bitcoin OG" 1JXFXUBGs2ZtEDAQMdZ3tkCKo38nT2XSEp | Bitcoin logo™ Enforcer? | Bitcoin is BTC | CSW is NOT Satoshi Nakamoto | I Mine BTC, LTC, ZEC, XMR and GAP | BTC on Tor addnodes Project | Media enquiries : Wu Ming | Enjoy The Money Machine | "You cannot compete with Open Source" and "Cryptography != Banana" | BSV and BCH are COUNTERFEIT.
ltcnim
Legendary
*
Offline Offline

Activity: 914
Merit: 1001



View Profile
May 31, 2014, 07:32:11 PM
 #911

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.

alright, thanks a lot for clarification!

SlientBit
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
May 31, 2014, 07:37:09 PM
 #912

First post?
( It's not 64-bit specific, but 32-bit will run just fine. )

Nope, nothing there leads to a compiled windows miner. website is the same.
Do I really have to find a way to compile from source? the only place where this miner seems to exist is the source code in github  Huh

Thanks for the help, anyway.

Try adding all the nodes mentioned in this thread, you probably just need to sync up.

Thanks, the german nodes did the trick Grin

mvag
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 31, 2014, 07:44:59 PM
 #913

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.

Does the wallet have to be unlocked for this?

Would it work on linux with slimcoind?

Thanks!
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
May 31, 2014, 07:46:33 PM
 #914

If the wallet is encrypted does PoB minting function without walletpassphrase ? i.e. is it only necessary to unlock the wallet for PoS minting ?
Dev is purposely avoiding serious questions, what a loser.

I've had one out of 3 wallets compromised due to inability to mine PoW when encrypted. Why would you not allow a wallet to mine when encrypted, so stupid.
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
May 31, 2014, 07:53:01 PM
 #915

Nope, nothing there leads to a compiled windows miner. website is the same.
Does slimcoind.exe with the -gen parameter not work?

rfcdejong
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


View Profile
May 31, 2014, 07:56:56 PM
 #916

If the wallet is encrypted does PoB minting function without walletpassphrase ? i.e. is it only necessary to unlock the wallet for PoS minting ?
Dev is purposely avoiding serious questions, what a loser.

I've had one out of 3 wallets compromised due to inability to mine PoW when encrypted. Why would you not allow a wallet to mine when encrypted, so stupid.


About PoB i don't know, but for PoS a wallet has to be unlocked to mine. I would think it's the same for PoB, but i can't say for sure.
SlientBit
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
May 31, 2014, 07:59:03 PM
 #917

Nope, nothing there leads to a compiled windows miner. website is the same.
Does slimcoind.exe with the -gen parameter not work?

Don't want to mine with wallet ... or in the machine where the wallet is running, for that matter.
Isn't this a minerd fork/adaptation to mine slimcoin? https://github.com/slimcoin/slimminer That's the one I want/need, to use on other machines I have on the network ... that run windows Tongue

wft am I missing here? feel really dumb on this one Tongue

qiuxiang
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
May 31, 2014, 07:59:34 PM
 #918

Burnt 250 coins yesterday, already 24 hours, still no luck finding PoB. Angry
Guess it is not profitable for PoB?

primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
May 31, 2014, 08:00:31 PM
 #919

Burnt 250 coins yesterday, already 24 hours, still no luck finding PoB. Angry
Guess it is not profitable for PoB?

Was your client unlocked, synced and running ?
slimcoin (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile WWW
May 31, 2014, 08:05:35 PM
 #920

If the wallet is encrypted does PoB minting function without walletpassphrase ? i.e. is it only necessary to unlock the wallet for PoS minting ?

I believe so

-Much Donate
BTC-1D5pnma7E1CP6cquHujycVy79EyXJ3eY
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 215 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!