TheRealSteve
|
|
June 08, 2014, 04:10:32 PM |
|
Anyway it seems it isn't possible to use the RPC to find which block has burned data Yeah, I mentioned that a while back. Would be nice to have it in the flags. For now, you should be able to see if the nonce == 0 (can do some additional checks based on the reward, just in case a PoW block gets found at hash==0 - haven't checked if that's a thing). How many PoB are there in a day ? Is the number fixed or random ? no one knows.. except the dev..
For the actual workings, I'd recommend the code, but at least in terms of numbers of blocks, days 1 through 7: 136,551,260,242,132,296,224 ( there's probably a 2 hour offset in the 'day' there, but at least you can tell it's not fixed )
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
June 08, 2014, 04:12:07 PM |
|
For the actual workings, I'd recommend the code, but at least in terms of numbers of blocks, days 1 through 7: 136,551,260,242,132,296,224 ( there's probably a 2 hour offset in the 'day' there, but at least you can tell it's not fixed ) Thanks! Such randomness.
|
|
|
|
sandor111
|
|
June 08, 2014, 04:24:27 PM |
|
Short pool maintenance.
|
|
|
|
Richard213
|
|
June 08, 2014, 04:34:41 PM |
|
well, i have read all of information in page 1, but i still confused about burn work far i see, this coin have potential The most important thing to know is that the more coins you burn the more chance you have in finding a PoB block. You will be burning your coins for a real long time! But i suggest you get at least 0.5 % of the current burn amount if you want to take part of PoB blocks, the longer you wait the harder it will become, more and more coins are being burned. 70K burned Lets say if you burn 1K SLM it will be 71K burned 100 / 71 = 1.4 % chance to find a PoB How many PoB are there in a day ? Is the number fixed or random ? no one knows.. except the dev.. so if i burn my coin and it will not find any block will my coin be gone or i will have some coin from burn? they aren't gone.. they are burning and getting very slowly decayed (gone!). That being said you cannot transfer burned coins or make them unburned. While they are burning you can find a PoB block which is with the currently diff around 25 coins so, in my mind if someone have just some little coin and wanted to burn his coin it will not make any profit, is that right?
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
June 08, 2014, 04:41:59 PM |
|
{ "blocks" : 9640, "currentblocksize" : 1422, "currentblocktx" : 1, "difficulty" : 0.05364396, "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers of the issue.", "generate" : false, "genproclimit" : 0, "hashespersec" : 0, "networkghps" : 0.00181417, "pooledtx" : 1, "testnet" : false }
I am on the current block, whats this checkpoint too old !?
|
|
|
|
sandor111
|
|
June 08, 2014, 04:54:19 PM |
|
Pool will automatically start once the blockchain is synced, at block 3000 currently, should take 30min at most.
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
June 08, 2014, 05:04:07 PM |
|
Pool will automatically start once the blockchain is synced, at block 3000 currently, should take 30min at most.
Diff low, solo instamine in progress : { "account" : "", "category" : "immature", "amount" : 13.12000000, "confirmations" : 1, "blockhash" : "00000007f725f77e9086977af849b3abcd4ab345bef4321e069ddd142f43533f", "blockindex" : 0, "txid" : "aa816a924bfe4f7f1600b783cb49e2c92703cb98e9175afd15157875be46dd7b", "time" : 1402246890 }
|
|
|
|
sandor111
|
|
June 08, 2014, 05:07:31 PM |
|
Pool will automatically start once the blockchain is synced, at block 3000 currently, should take 30min at most.
Diff low, solo instamine in progress : { "account" : "", "category" : "immature", "amount" : 13.12000000, "confirmations" : 1, "blockhash" : "00000007f725f77e9086977af849b3abcd4ab345bef4321e069ddd142f43533f", "blockindex" : 0, "txid" : "aa816a924bfe4f7f1600b783cb49e2c92703cb98e9175afd15157875be46dd7b", "time" : 1402246890 } Enjoy while it lasts.
|
|
|
|
sandor111
|
|
June 08, 2014, 05:37:05 PM |
|
banscore=10 is really having an impact on the syncing speed... at 7400 now.
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
June 08, 2014, 05:38:20 PM |
|
banscore=10 is really having an impact on the syncing speed... at 7400 now.
Yes Use this : slimcoind ---bantime=10 -banscore=9000
|
|
|
|
rfcdejong
|
|
June 08, 2014, 06:50:07 PM |
|
Too bad i only found 1 block of 13 coins during the downtime of the pool And just now 2 large payouts from the pool
|
|
|
|
Antuam
Legendary
Offline
Activity: 1722
Merit: 1005
|
|
June 08, 2014, 07:57:00 PM |
|
Mandatory Client UpgradeThe block chain fork has been fixed along with some other Proof of Burn block discrepancies. Update the wallet now to get on the correct block chain fork. You must update the wallet before block 10500 for Proof of Burn block discrepancy fixes. Source Code: https://github.com/slimcoin/slimcoinBinaries: https://github.com/slimcoin/slicmoin-executableAfter you update the wallet, add the addnodes found on the OP page. Delete both blkindex.dat and blk0001.dat. Start the wallet up the first time with the -rescan option. Hello. I did it, but my client stop syncronization in the block 9614. Could you help me, please?. Regards. Antuam
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
June 08, 2014, 07:58:42 PM |
|
Mandatory Client UpgradeThe block chain fork has been fixed along with some other Proof of Burn block discrepancies. Update the wallet now to get on the correct block chain fork. You must update the wallet before block 10500 for Proof of Burn block discrepancy fixes. Source Code: https://github.com/slimcoin/slimcoinBinaries: https://github.com/slimcoin/slicmoin-executableAfter you update the wallet, add the addnodes found on the OP page. Delete both blkindex.dat and blk0001.dat. Start the wallet up the first time with the -rescan option. Hello. I did it, but my client stop syncronization in the block 9614. Could you help me, please?. Regards. Antuam Delete addr.dat, edit slimcoin.conf and delete all addnode entries. Add connect=144.76.139.111:10000 Remove the connect= entry when you sync completely.
|
|
|
|
|
rfcdejong
|
|
June 08, 2014, 09:05:49 PM |
|
adding SSL, even thru it's only for statistics
|
|
|
|
sandor111
|
|
June 08, 2014, 09:07:15 PM |
|
adding SSL, even thru it's only for statistics No need, there's no sensitive data involved.
|
|
|
|
rfcdejong
|
|
June 08, 2014, 09:13:18 PM |
|
adding SSL, even thru it's only for statistics No need, there's no sensitive data involved. Nice payouts from the pool anyway Getting around 2 SLM every hour it seems
|
|
|
|
rfcdejong
|
|
June 08, 2014, 09:22:39 PM |
|
but i see so often "Mint by Burn" in the wallet which is the payout address for the pool wallet... it has 0 burned coins, driving me mad... true the listtransactions "*" true shows no payouts
|
|
|
|
garbagerun
Newbie
Offline
Activity: 53
Merit: 0
|
|
June 08, 2014, 11:44:00 PM |
|
Can someone please help me with mining on the slimcoinpool? I downloaded slimminer for windows on the OP and I used the following line in my run.bat minerd.exe -a dcrypt -o stratum+tcp://63.141.232.170:3333 -u SYWbU97m38m6musaSU4Etj31djRXseYt1c -p x However as soon as minerd launched and finds detects a new block it closes. Any help is greatly appreciated Specs Windows 7 x64 PC AMD Phenom x4
|
|
|
|
rfcdejong
|
|
June 09, 2014, 12:27:22 AM |
|
Can someone please help me with mining on the slimcoinpool? I downloaded slimminer for windows on the OP and I used the following line in my run.bat minerd.exe -a dcrypt -o stratum+tcp://63.141.232.170:3333 -u SYWbU97m38m6musaSU4Etj31djRXseYt1c -p x However as soon as minerd launched and finds detects a new block it closes. Any help is greatly appreciated Specs Windows 7 x64 PC AMD Phenom x4 You start with the same options as i do, on a 64 bit machine For my 32 bit machine i had to compile it myself in cygwin, posted some pages back Perhaps you can try to compile it yourself and it won't crash then because it's optimized for your CPU then?
|
|
|
|
|