Pages:
Author

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

hero member
Activity: 798
Merit: 500
There should be at least two people working on a block explorer, the dev and a third party who only accidentally landed here; but the latter reported an issue that needs to be addressed first.  In due time Smiley

I just started a test to see if i will be able to fill a  database with block information.
That database can be indexed and i will be able to create a simple frontend to start with.

I'm not sure if i continue with it, as i do too many things currently.
The RPC is really slow, so filling the database takes time..


To quote myself (and leaving that big picture out)...

i know why it was slow.. i was having all JSON set to log into the console window, lol Wink

Now it parse ~20 blocks per second into the database, while mining slimcoin...
full member
Activity: 182
Merit: 100
Could I have more feedback regarding having a switch to enable/disable PoS minting on the client. See my long post 1 page back for details.
hero member
Activity: 686
Merit: 500
FUN > ROI
appears to be listed as PoB on the main page (the list of blocks) - probably just a glitch Smiley
( still needs fixing, of course )
full member
Activity: 182
Merit: 100
That block is listed as PoW?
hero member
Activity: 798
Merit: 500
Slimcoin now has a blockchain explorer at http://www.blockexperts.com/slm!

great Wink

but it's doesn't allow address searching yet.. and missing a richlist for some people Wink

and is buggy with PoB amount, says 7.74 on a PoB block which must be a PoW block

http://www.blockexperts.com/slm/height/35610
newbie
Activity: 49
Merit: 0
the difficulty has been this high before due to PoS blocks. but the network hash rate of 9mh seems to be a all-time high.

My coins are in my wallet since 1 week and 4 days ago... and still no stake... how to fix this?


me too!is this a bug?
full member
Activity: 126
Merit: 100
BTMan
VERY GOOD FOR UPDATE THE TOPIC.
hero member
Activity: 686
Merit: 500
FUN > ROI
Slimcoin now has a blockchain explorer at http://www.blockexperts.com/slm!
Very nice!  Glad they got it up and running after the changes Smiley
full member
Activity: 182
Merit: 100
I pushed a new non-mandatory update that includes the signrawtransaction and sendrawtransaction rpc commands.
full member
Activity: 182
Merit: 100
sr. member
Activity: 302
Merit: 250
the difficulty has been this high before due to PoS blocks. but the network hash rate of 9mh seems to be a all-time high.

My coins are in my wallet since 1 week and 4 days ago... and still no stake... how to fix this?
member
Activity: 98
Merit: 10
the difficulty has been this high before due to PoS blocks. but the network hash rate of 9mh seems to be a all-time high.
full member
Activity: 148
Merit: 100
"difficulty" : 0.36893898,

Some people use the GPU SOLO?

slimcoinpool.com=634.349 KH/s
slm.blockquarry.com=155.825 KH/s

How will such a high difficulty??
member
Activity: 98
Merit: 10
thanks for the changes, it looks substantial!

perhaps there's no need for a new enable-pos-minting flag, but just make it reservebalance true largenum by default? user can then unset reservebalance after they've consolidated their txns.

would also like to re-iterate request for implementation for signrawtransaction / sendrawtransaction eventually on your timeline. this would help make it easier to develop services for the slimcoin ecosystem.

recently i was thinking that slimcoin's nature of discouraging heavy mining in the long run may also make the coin succumb more easily to 51% double-spend attacks. since PoB blocks can only tack on to an existing PoW block, PoB cannot itself form an alternate correct chain. a legitimate PoS and PoW/PoB combined chain however would likely orphan the malicious chain.

PoS would thus still be an integral part of maintaining the blockchain integrity and not just an optional/extra sideshow? Not sure if my understanding of the matter is right.
full member
Activity: 126
Merit: 100
full member
Activity: 182
Merit: 100
I just finished implementing the bigger updates for PoB and PoS, etc.

I still want to test the changes, so I will not release them yet.

Here are the changes:

PoB difficulty is now target based and targets to be found 1 every 3 PoW blocks.
PoS difficulty base was increased to that of Novacoins'.
PoS reward was increase to 10% to compensate for the increased difficulty and make it worth minting (because with 1%, the reward is dust)

PoW, PoB, PoS block "trust" values were adapted to that of Novacoins'.
   Previously, PoW and PoB blocks had a trust value of only 1 while PoS trust values were much larger. Now, all block types have a better calculated trust value.

Client starts up much faster. That was possible by modifing the blkindex.dat file structure. That means that when you update, you will have to delete the blkindex.dat and blk0001.dat files and re-download the entire block chain again.

More rpc commands added: getrawtransaction, getpeerinfo, listburnminted.

I have not yet fixed the PoS 100% CPU usage that some may have experienced. It seems to be an issue in the basis of PoS and not Slimcoin's additions. What I could do to "patch" this issue is disable PoS minting from startup and make the user add an option like -enable-pos-minting (or something) to make the client do PoS minting. The benefits of that are that staked coins will accumulate age and then, manually, the user could restart the client with that option. Since the coins have aged a lot, they will find the PoS blocks quickly, and then the user could restart the wallet w/o that option again. I want to reiterate that the main idea and innovation of Slimcoin was Proof of Burn. Proof of Stake should be considered an optional/extra part of Slimcoin.

One way that PoS issue can be resolved is by sending one big transaction with all of your coins to yourself, another address you own. That will destroy all of the coin age of those coins, but that will not take up any CPU since (as can be read from some posts above), the client will only have to split one tx into two and not hundreds of small txs into even smaller ones.

Small Note: The changes listed above to Pow, PoB, PoS will take place after a specific timestamp, so updating the wallet will be required within a certain time frame.

hero member
Activity: 938
Merit: 1000
Can someone send some SLM to my address below I am interested in how the proof of burn functions in practice and am considering investing in some if it works properly.

Cheap Slimcoins to buy at bter Wink. Even with 0.1 BTC you will get a lot of Slim.
full member
Activity: 239
Merit: 100
Socialist Cryptocurrency Devote
Can someone send some SLM to my address below I am interested in how the proof of burn functions in practice and am considering investing in some if it works properly.
hero member
Activity: 686
Merit: 500
FUN > ROI
No executable?

5 posts up. 5 posts. 5.

I will push the commit onto github, but not provide binaries.

I will give binaries when the big update comes along.
full member
Activity: 148
Merit: 100
New update with getrawtransaction is up on github, there are no binaries for this update.

Other added commands include: getpeerinfo and listburnminted (lists the blocks minted by PoB by your client)

The update also makes the client start up significantly faster, but that requires you to delete the blkindex.dat and blk0001.dat files. If you do not delete them, the client will error out saying the blkindex.dat is corrupted.

Here is a link to the github slimcoin: https://github.com/slimcoin/slimcoin


No executable?
Pages:
Jump to: