Pages:
Author

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

legendary
Activity: 1092
Merit: 1000
Don't you people have anything better to do than waste time with this shitcoin ?
legendary
Activity: 2254
Merit: 1278
Of the 8 connections visible from here (ADSL broadband chez nous), only one of them is at a significantly different block height:

1. it's not the same IP addy as t'other un
2. seems stuck halfway through syncing (so is probably not a fork).

Code:
[
{
"addr" : "104.131.114.226:41682",
"services" : "00000001",
"lastsend" : 1420884702,
"lastrecv" : 1420884701,
"conntime" : 1420744484,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 206503,
"banscore" : 0
},
{
"addr" : "5.9.81.9:41682",
"services" : "00000001",
"lastsend" : 1420884701,
"lastrecv" : 1420884701,
"conntime" : 1420744485,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 206503,
"banscore" : 0
},
{
"addr" : "37.187.100.75:41682",
"services" : "00000001",
"lastsend" : 1420884670,
"lastrecv" : 1420884701,
"conntime" : 1420744485,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 206503,
"banscore" : 0
},
{
"addr" : "107.181.250.217:41682",
"services" : "00000001",
"lastsend" : 1420884702,
"lastrecv" : 1420884702,
"conntime" : 1420744501,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 206503,
"banscore" : 0
},
{
"addr" : "188.226.131.93:41682",
"services" : "00000001",
"lastsend" : 1420884702,
"lastrecv" : 1420884701,
"conntime" : 1420744531,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 206503,
"banscore" : 0
},
{
"addr" : "188.134.72.213:10521",
"services" : "00000001",
"lastsend" : 1420884702,
"lastrecv" : 1420884701,
"conntime" : 1420757945,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 206641,
"banscore" : 0
},
{
"addr" : "112.113.96.138:41682",
"services" : "00000001",
"lastsend" : 1420884702,
"lastrecv" : 1420884702,
"conntime" : 1420845142,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 207641,
"banscore" : 0
},
{
"addr" : "130.255.73.170:41682",
"services" : "00000001",
"lastsend" : 1420884702,
"lastrecv" : 1420884626,
"conntime" : 1420866904,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 111988,
"banscore" : 0
}
]

Cheers

Graham
legendary
Activity: 2268
Merit: 1092
Thanks masterofdisaster and gjhiggins. I have added these peers to my slimcoin.conf. But I cannot pass block 111988, even if I connect to one of them with --connect=xx.xxx.xxx.xx and --listen=no.  Angry What am I doing wrong?

222.132.96.187 seems to be the only peer that is at an odd height, and that could be because it's syncing.

Are you using -listen=no or listen=0 ? The latter is the correct format. (Also note, single dash, not --)
legendary
Activity: 3906
Merit: 6249
Decentralization Maximalist
Thanks masterofdisaster and gjhiggins. I have added these peers to my slimcoin.conf. But I cannot pass block 111988, even if I connect to one of them with --connect=xx.xxx.xxx.xx and --listen=no.  Angry What am I doing wrong?

My getpeerinfo:

Code:
 slimcoind getpeerinfo
[
    {
        "addr" : "5.9.81.9:41682",
        "services" : "00000001",
        "lastsend" : 1420866869,
        "lastrecv" : 1420866866,
        "conntime" : 1420866835,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 207880,
        "banscore" : 50
    },
    {
        "addr" : "107.181.250.216:41682",
        "services" : "00000001",
        "lastsend" : 1420866850,
        "lastrecv" : 1420866853,
        "conntime" : 1420866836,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 207880,
        "banscore" : 0
    },
    {
        "addr" : "37.187.100.75:41682",
        "services" : "00000001",
        "lastsend" : 1420866851,
        "lastrecv" : 1420866852,
        "conntime" : 1420866836,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 207880,
        "banscore" : 0
    },
    {
        "addr" : "107.181.250.217:41682",
        "services" : "00000001",
        "lastsend" : 1420866851,
        "lastrecv" : 1420866855,
        "conntime" : 1420866837,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 207880,
        "banscore" : 0
    },
    {
        "addr" : "104.131.114.226:41682",
        "services" : "00000001",
        "lastsend" : 1420866885,
        "lastrecv" : 1420866852,
        "conntime" : 1420866838,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 207880,
        "banscore" : 0
    },
    {
        "addr" : "188.226.131.93:41682",
        "services" : "00000001",
        "lastsend" : 1420866851,
        "lastrecv" : 1420866854,
        "conntime" : 1420866838,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 207880,
        "banscore" : 0
    },
    {
        "addr" : "85.212.19.176:43163",
        "services" : "00000001",
        "lastsend" : 1420866886,
        "lastrecv" : 1420866885,
        "conntime" : 1420866884,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : true,
        "releasetime" : 0,
        "height" : 207880,
        "banscore" : 0
    },
    {
        "addr" : "222.132.96.187:3856",
        "services" : "00000001",
        "lastsend" : 1420866895,
        "lastrecv" : 1420866895,
        "conntime" : 1420866895,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : true,
        "releasetime" : 0,
        "height" : 68881,
        "banscore" : 0
    }
]
sr. member
Activity: 321
Merit: 250
Someone bought a nice amount of slimcoins from the orderbook.
[...]
Totals                                                   39434.887   1.42446

Roughly 40,000 SLM is not very impressive. As you see the SLM price is that low you only need to pay 1.4 BTC for 40,000 SLM.
...but that may change. Who knows.

And on the other hand are less than 40,000 SLM available in total (at the moment, 21:40 UTC) for more than 1.4 BTC (sorry for the bad formatting; I'm to lazy to make it look nicely)!
Code:

Price Amount(SLM) Total(BTC)
0.00003321 63.52 0.00211
0.00003325 220.118 0.00732
0.0000333 946.461 0.03152
0.000035 1469.58 0.05144
0.0000398 4732.49 0.18835
0.00004 4684.461 0.18738
0.00005 10 0.0005
0.000055 500 0.0275
0.00006 4010 0.2406
0.00007 10 0.0007
0.00007443 48.902 0.00364
0.00008 10 0.0008
0.0000842 150 0.01263
0.000085 1000 0.085
0.00009 10 0.0009
0.000094 10 0.00094
0.00009528 10 0.00095
0.000096 10 0.00096
0.0000975 10 0.00098
0.000099 10 0.00099
0.0001 5000 0.5
0.00010149 200 0.0203
0.000102 10 0.00102
0.000105 10 0.00105
0.00011 10 0.0011
0.000115 10 0.00115
0.00012 133 0.01596
0.0001325 100 0.01325
0.00013399 74.92 0.01004
0.00014 123 0.01722
0.00015 123 0.01845
0.00017 1000 0.17
totals   24709.452   1.61475
hero member
Activity: 798
Merit: 500
Someone bought a nice amount of slimcoins from the orderbook.

Date                           Price            Amount      BTC
01-08 17:34:19    Buy    0.00004275     123.923   0.00530
01-08 17:34:19    Buy    0.00004272     123.923   0.00529
01-08 17:34:19    Buy    0.00004271     112.549   0.00481
01-08 17:34:19    Buy    0.00004000  23757.000   0.95028
01-08 17:34:19    Buy    0.00003989      20.000    0.00080
01-08 17:34:19    Buy    0.00003900   3000.000   0.11700
01-08 17:34:19    Buy    0.00003800   4000.000   0.15200
01-08 17:34:19    Buy    0.00002500   3875.765   0.09689
01-08 17:34:19    Buy    0.00002384   1800.000   0.04291
01-08 17:34:19    Buy    0.00002000     974.492   0.01949
01-08 17:34:19    Buy    0.00001999        6.520   0.00013
01-08 17:34:19    Buy    0.00001976   1040.715   0.02056
01-08 05:47:28    Buy    0.00001500     600.000   0.00900


Totals                                                   39434.887   1.42446

sr. member
Activity: 321
Merit: 250
I thought the dev has abandoned SLIM,is that true?  Huh

I have not read the complete thread. But as I was recently engaged in a conversation about Slimcoin, I have some links at hand.

That being said it appears that the original dev has needed to shift priorities while still being willing to maintain this project.
Slimcoin might appear quite dead, the subreddit has 7 topics, Slimcoin is not so wow.

But I see things differently.
I think this experiment (Proof of Burn) is still going on for some time (and I like that, because even if Slimcoin might fail, it at least introduced something new).

Except for removing PoS, getting block chain forking trouble under control (as it seems), providing (stable running) binaries for Windows, Linux and RaspberryPi, developing GPU miners, there's not much going on Wink
...reminds me of a quote from Life of Brian Cheesy

I can't asses the implications of having removed PoS and continuing with PoB/PoS alone
Energy wise (and security wise?) it might have been better to remove PoW and continue with PoB/PoS.
But as PoW is distributing Slimcoins to people who not necessarily own Slimcoins (in difference to PoB and PoS), I welcome this decision.
This might be one of the major reasons for continuing Slimcoin instead of forking it!

I don't know how secure the block chain is.
But if PoB for securing a block chain gets into the focus of somebody (another dev?), it will be hard to overlook Slimcoin for there are no other implementations of continuously running PoB coins (afaik).

PoB has the potential of being a security mechanism for block chains that is very (energy) efficiently working (like PoS).
That alone is reason enough not to loose track of Slimcoin!

member
Activity: 62
Merit: 10
I thought the dev has abandoned SLIM,is that true?  Huh
sr. member
Activity: 321
Merit: 250
I had to resync, but now I am stuck at block 111988 ... the block explorer is on block 205177+, so there must be a way ...

Code:
getpeerinfo
[
    {
        "addr" : "37.187.100.75:41682",
        "services" : "00000001",
        "lastsend" : 1420665296,
        "lastrecv" : 1420665325,
        "conntime" : 1420663507,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 205410,
        "banscore" : 0
    },
    {
        "addr" : "37.187.100.75:41682",
        "services" : "00000001",
        "lastsend" : 1420665296,
        "lastrecv" : 1420665325,
        "conntime" : 1420663507,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 205410,
        "banscore" : 0
    },
    {
        "addr" : "107.181.250.217:41682",
        "services" : "00000001",
        "lastsend" : 1420665296,
        "lastrecv" : 1420665327,
        "conntime" : 1420663508,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 205410,
        "banscore" : 0
    },
    {
        "addr" : "5.9.81.9:41682",
        "services" : "00000001",
        "lastsend" : 1420665324,
        "lastrecv" : 1420665324,
        "conntime" : 1420663509,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 205410,
        "banscore" : 0
    },
    {
        "addr" : "5.9.81.9:41682",
        "services" : "00000001",
        "lastsend" : 1420665225,
        "lastrecv" : 1420665327,
        "conntime" : 1420663509,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 205410,
        "banscore" : 0
    },
    {
        "addr" : "107.181.250.216:41682",
        "services" : "00000001",
        "lastsend" : 1420665296,
        "lastrecv" : 1420665327,
        "conntime" : 1420663509,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 205410,
        "banscore" : 0
    },
    {
        "addr" : "203.20.114.252:41682",
        "services" : "00000001",
        "lastsend" : 1420665296,
        "lastrecv" : 1420665326,
        "conntime" : 1420663875,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 205414,
        "banscore" : 0https://github.com/kryptoslab/slimcoin/releases/download/v0.3.2.1/slimcoind.7z
    },
    {
        "addr" : "200.124.229.220:41682",
        "services" : "00000001",
        "lastsend" : 1420665068,
        "lastrecv" : 1420665066,
        "conntime" : 1420664201,
        "version" : 60003,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "height" : 58877,
        "banscore" : 3
    }
]
legendary
Activity: 2254
Merit: 1278
I had to resync, but now I am stuck at block 111988 ... the block explorer is on block 205177+, so there must be a way ...

Code:
14:58:53

getpeerinfo


14:58:53

[
{
"addr" : "107.181.250.217:41682",
"services" : "00000001",
"lastsend" : 1420642706,
"lastrecv" : 1420642706,
"conntime" : 1420642546,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 205220,
"banscore" : 0
},
{
"addr" : "188.226.131.93:41682",
"services" : "00000001",
"lastsend" : 1420642705,
"lastrecv" : 1420642705,
"conntime" : 1420642547,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 205220,
"banscore" : 0
},
{
"addr" : "37.187.100.75:41682",
"services" : "00000001",
"lastsend" : 1420642705,
"lastrecv" : 1420642705,
"conntime" : 1420642549,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 205220,
"banscore" : 0
},
{
"addr" : "104.131.114.226:41682",
"services" : "00000001",
"lastsend" : 1420642705,
"lastrecv" : 1420642705,
"conntime" : 1420642555,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 205220,
"banscore" : 0
},
{
"addr" : "5.9.81.9:41682",
"services" : "00000001",
"lastsend" : 1420642705,
"lastrecv" : 1420642705,
"conntime" : 1420642555,
"version" : 60003,
"subver" : "/Satoshi:0.6.3/",
"inbound" : false,
"releasetime" : 0,
"height" : 205220,
"banscore" : 0
}
]

HTH

Cheers

Graham
legendary
Activity: 3906
Merit: 6249
Decentralization Maximalist
I had to resync, but now I am stuck at block 111988. The block hash of this last block is the same as the one of the BChain.info block explorer (0000000c7f41c27ec383445c9b5dcf4b428fe09079ac1e6ab39dbc6217273ff4), so I guess I am on the main chain, but can't continue to download blocks. Anyone knows what I can do?

I've tried BitcoinFX's nodes but don't get more blocks. I have also deleted blockchain several times but no luck. But the block explorer is on block 205177+, so there must be a way ...
newbie
Activity: 2
Merit: 0
OpenCL miner update

New version works 2-2.5 times faster on AMD GPUs (50kH/s on Radeon 7870).

Source:
https://github.com/SlimcoinMiner/slimminer-opencl


Binary for Windows x64:
https://github.com/SlimcoinMiner/slimminer-opencl/releases
legendary
Activity: 3906
Merit: 6249
Decentralization Maximalist
I seem to have successfully burned some coins using slimcoind burncoins "" 10

I seem to have gone past the 10 confirmations, but nothing further has happened; "listburnminted" is empty, and there is nothing in the transaction list besides the send of the 10 coins.

Am I missing something? Is there a page that explains the process? I had assumed that PoB mining was automatic. Or did that RPC command really discard those coins for good?

edit: wild guess,

    {
        "Net Burnt Coins" : 10.00000000,
        "Effective Burnt Coins" : 9.99934600,
        "Immature Burnt Coins" : 0.00000000,
        "Decayed Burnt Coins" : 0.00065400
    },


Once Effective Burnt Coins reaches zero, I mint a PoB block?

10 coins is not enough for a regular PoB income. You will probably find some blocks, but don't expect this to occur very fast (in some months, perhaps). The rate of "findings" is random, so it can be today, or in one year.

100 or even better 200 SLM coins, for now, are costing only 10-20 USD cents and you have a real chance to find blocks regularly if you burn them (one in about 1-2 weeks).

Effective Burnt Coins is a mechanism to prevent that if you burn coins you will have income forever, that would disproportionally benefit early adopters. This value will decrease to 0 in the lapse of 1 year and determinates your chances to find blocks. So basically, your chances are smaller every day, but not "significantly" smaller until some months have passed.

I know, it's a pretty complex concept, but it has some interesting properties. If you want to take a read, see http://en.bitcoin.it/Proof_of_burn.

I today have changed some of my shitcoin collection to SLM, I think it has an attractive price now. Even if a123 really has left and dumped his coins (his website is still alive and working), he has provided us a stable client without the memory problems former clients had. So his intervention was productive for SLM Wink
legendary
Activity: 2646
Merit: 1720
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Slimcoin is still alive and well.

Congrats on the open source GPU miner, will take a look at it.

My US nodes are still online 107.181.250.216 and 107.181.250.217 (not sure about the other hardcoded nodes in the slimcoin.club Peer List at present). NOMP pool is down though. So, solo mining only for now it seems.

I continue to run the wallet and have been burning more coins.
legendary
Activity: 2268
Merit: 1092
I seem to have successfully burned some coins using slimcoind burncoins "" 10

I seem to have gone past the 10 confirmations, but nothing further has happened; "listburnminted" is empty, and there is nothing in the transaction list besides the send of the 10 coins.

Am I missing something? Is there a page that explains the process? I had assumed that PoB mining was automatic. Or did that RPC command really discard those coins for good?

edit: wild guess,

    {
        "Net Burnt Coins" : 10.00000000,
        "Effective Burnt Coins" : 9.99934600,
        "Immature Burnt Coins" : 0.00000000,
        "Decayed Burnt Coins" : 0.00065400
    },


Once Effective Burnt Coins reaches zero, I mint a PoB block?
member
Activity: 63
Merit: 10
New GPU miner looks interesting.

Has the network calmed down or are there still multiple forks? I still have 200 SLM in my client, will that be enough to PoB mine? I don't think I've ever created a block, either through CPU dcrypt PoW mining, or PoB. I was running the client for more than a month before I gave up.

Coin appears to be mostly worthless and developerless again, but with 200 slm burned you'd average a block every 11 days or so.
legendary
Activity: 2268
Merit: 1092
New GPU miner looks interesting.

Has the network calmed down or are there still multiple forks? I still have 200 SLM in my client, will that be enough to PoB mine? I don't think I've ever created a block, either through CPU dcrypt PoW mining, or PoB. I was running the client for more than a month before I gave up.
newbie
Activity: 2
Merit: 0
Happy New Year to all true Slimcoin believers!

I guess Slimcoin is the only altcoin missing opensource GPU miner. What a shame! Here it is. It gives 22kH/s on Radeon 7870 and there's a lot of room for improvement.

Source:
https://github.com/SlimcoinMiner/slimminer-opencl


Binary for Windows x64 (I added it only for your convenience. If you have any doubts about running an application from unknown source take time and compile it yourself or wait for a more reliable source):
https://github.com/SlimcoinMiner/slimminer-opencl/releases
member
Activity: 63
Merit: 10
wow, almost two weeks: no post Sad

a123 not active either?

https://bitcointalksearch.org/user/a123-43640

Last active 24 november

I slowly suspect that he has connection with the one who dumped massive SLM on bter months ago.
Correct me if I'm wrong. Well too bad I'm still keeping all my SLM.



Heh, could be. Keepn mine too. I was considering using some spare btc I have to buy more just for the hell of it, but I don't know why.
hero member
Activity: 938
Merit: 1000
wow, almost two weeks: no post Sad

a123 not active either?

https://bitcointalksearch.org/user/a123-43640

Last active 24 november

I slowly suspect that he has connection with the one who dumped massive SLM on bter months ago.
Correct me if I'm wrong. Well too bad I'm still keeping all my SLM.

Pages:
Jump to: