Author

Topic: Slimcoin | First Proof of Burn currency | Decentralized Web - page 145. (Read 137076 times)

legendary
Activity: 2254
Merit: 1290
Well, gave it a try again, and after 38 minutes, no luck... It's most likely something on my part.
Nothing on your part. It's a bad build.

Ach. The app in that dmg was incorrectly linked to the BSD 4.8 lib instead of the 6.1 lib - which is why it couldn't open the addr.dat files created with BSD 6.1.

Download fixed.

Install, execute & synch all checked on OSX Sierra.

Cheers

Graham
hero member
Activity: 556
Merit: 501

Thanks but still not movement of the blocks
On previous page @gjhiggins shared the updated blockchain

It shows me like fatal error when i open the wallet
I'm going to upload a copy, but it will take about an hour, my connection is not very fast

I would appreciate!!! Till this morning everything was OK, suddenly stopped  

here I leave a copy of the blockchain, I hope this helps.

Quote
https://mega.nz/#!FxcUHbgZ!CB4UsSPwRPsJgTwvoMq5DRgcsexfgBRgNjZ5cWATKpw

I will try now

Edit: It works well now. Thank you very much!!!

you're welcome!
hero member
Activity: 819
Merit: 502

Thanks but still not movement of the blocks
On previous page @gjhiggins shared the updated blockchain

It shows me like fatal error when i open the wallet
I'm going to upload a copy, but it will take about an hour, my connection is not very fast

I would appreciate!!! Till this morning everything was OK, suddenly stopped  

here I leave a copy of the blockchain, I hope this helps.

Quote
https://mega.nz/#!FxcUHbgZ!CB4UsSPwRPsJgTwvoMq5DRgcsexfgBRgNjZ5cWATKpw

I will try now

Edit: It works well now. Thank you very much!!!
hero member
Activity: 556
Merit: 501

Thanks but still not movement of the blocks
On previous page @gjhiggins shared the updated blockchain

It shows me like fatal error when i open the wallet
I'm going to upload a copy, but it will take about an hour, my connection is not very fast

I would appreciate!!! Till this morning everything was OK, suddenly stopped 

here I leave a copy of the blockchain, I hope this helps.

Quote
https://mega.nz/#!FxcUHbgZ!CB4UsSPwRPsJgTwvoMq5DRgcsexfgBRgNjZ5cWATKpw
hero member
Activity: 819
Merit: 502

Thanks but still not movement of the blocks
On previous page @gjhiggins shared the updated blockchain

It shows me like fatal error when i open the wallet
I'm going to upload a copy, but it will take about an hour, my connection is not very fast

I would appreciate!!! Till this morning everything was OK, suddenly stopped 
hero member
Activity: 556
Merit: 501

Thanks but still not movement of the blocks
On previous page @gjhiggins shared the updated blockchain

It shows me like fatal error when i open the wallet
I'm going to upload a copy, but it will take about an hour, my connection is not very fast
hero member
Activity: 819
Merit: 502

Thanks but still not movement of the blocks
On previous page @gjhiggins shared the updated blockchain

It shows me like fatal error when i open the wallet
hero member
Activity: 556
Merit: 501

Thanks but still not movement of the blocks
On previous page @gjhiggins shared the updated blockchain
hero member
Activity: 556
Merit: 501
On the linux machine I entered slimcoin setgenerate true 8 (it's a maschine with 16 cores). From your experience, how long it takes until I get to mine a block?

Also, in the GUI wallet, there's an option about mining? Is that thing doing anything atm?

Thanks!

Get your hashes per sec with:
slimcoin gethashespersec

Current difficulty is 0.01059393, this is 0.01059393 * 2^32  (~46 mio) hashes on average required to mine a block.

Do you have list of peers?

addnode=144.76.64.49:41682
addnode=89.36.26.82:41682
addnode=212.243.7.37:41682
addnode=173.208.164.234:41682
addnode=5.9.39.9:41682

addnode=144.76.64.49
addnode=173.208.164.234
addnode=89.36.26.82
addnode=212.243.7.37
addnode=5.9.39.9
hero member
Activity: 819
Merit: 502
On the linux machine I entered slimcoin setgenerate true 8 (it's a maschine with 16 cores). From your experience, how long it takes until I get to mine a block?

Also, in the GUI wallet, there's an option about mining? Is that thing doing anything atm?

Thanks!

Get your hashes per sec with:
slimcoin gethashespersec

Current difficulty is 0.01059393, this is 0.01059393 * 2^32  (~46 mio) hashes on average required to mine a block.

Do you have list of peers?

addnode=144.76.64.49:41682
addnode=89.36.26.82:41682
addnode=212.243.7.37:41682
addnode=173.208.164.234:41682
addnode=5.9.39.9:41682

Thanks but still not movement of the blocks
legendary
Activity: 2254
Merit: 1290
On the linux machine I entered slimcoin setgenerate true 8 (it's a maschine with 16 cores). From your experience, how long it takes until I get to mine a block?

I model it as a ratio of my hashrate to the network hashrate ...

You can do the arithmetic yourself by interrogating the daemon, e.g. on my laptop:

Code:
./slimcoind setgenerate true 1
./slimcoind getmininginfo

{
"blocks" : 859396,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.01022192,
"errors" : "",
"generate" : true,
"genproclimit" : 1,
"hashespersec" : 387,
"networkghps" : 0.00019512,
"pooledtx" : 0,
"testnet" : false
}

Letting Python handle the expression of my hashespersec as a proportion of total networkghps:
Code:
>>> 0.00019512 * 1000000000 / 387
504.1860465116279

I'm contributing one fivehundredth of the hash rate so on average I can expect somewhere around 1 block in 500. Slimcoin's block target rate is one block every 90 seconds, which is 40 an hour, so say 12 hours if I'm lucky and don't suffer too much latency from being out in the sticks.

I am getting some vicarious satisfaction from the Snow Leopard version, quietly ticking away on a 2012 vintage MacBook known for overheating at the slightest excuse (like being placed on a lap, f'rinstance). I burned 250 SLM out its wallet and just parked it. Doesn't stake much at all but it does (irregularly) get mint-by-burn blocks - last month (Dec) it got five mint-by-burn blocks in total, ranging between 14-17 SLM per block.

My plans for the future: Slimcoin is a Peercoin fork. I tried to merge it with Novacoin before but Novacoin is too different of a project to be merged at this point. There is a project called Peerunity which is the more maintained and newer version of Peercoin. I will try to merge it into Slimcoin. I will obviously test the newly merged client but hopefully this merging will solve any bugs.

Cheers,

Graham
newbie
Activity: 34
Merit: 0
On the linux machine I entered slimcoin setgenerate true 8 (it's a maschine with 16 cores). From your experience, how long it takes until I get to mine a block?

Also, in the GUI wallet, there's an option about mining? Is that thing doing anything atm?

Thanks!

Get your hashes per sec with:
slimcoin gethashespersec

Current difficulty is 0.01059393, this is 0.01059393 * 2^32  (~46 mio) hashes on average required to mine a block.

Do you have list of peers?

addnode=144.76.64.49:41682
addnode=89.36.26.82:41682
addnode=212.243.7.37:41682
addnode=173.208.164.234:41682
addnode=5.9.39.9:41682
full member
Activity: 222
Merit: 103
It should continue syncing after some time. If not try restarting slimcoind, this fixed it for me.

tried... no go Sad
member
Activity: 98
Merit: 10
On the linux machine I entered slimcoin setgenerate true 8 (it's a maschine with 16 cores). From your experience, how long it takes until I get to mine a block?

Also, in the GUI wallet, there's an option about mining? Is that thing doing anything atm?

Thanks!
hero member
Activity: 819
Merit: 502
Now my Windows client is blocked at 859045
Is strange, I am with the last version without problems in windows 10, close and then open the client maybe it can solve the problem.

Tried and the same, and tried to sync again from the files i post it a week ago, and the same, it says syncing, connections are there but  it is not moving from the block i have mentioned. Do you have list of peers?
hero member
Activity: 556
Merit: 501
Now my Windows client is blocked at 859045
Is strange, I am with the last version without problems in windows 10, close and then open the client maybe it can solve the problem.
hero member
Activity: 819
Merit: 502
Now my Windows client is blocked at 859045
legendary
Activity: 2254
Merit: 1290
Thanks a lot! Deployed it on the linux node and works like a charm. Now I have to figure out where Slimcoin stores its blockchain on a Mac. I suspect ~Library or its neighbors.

Edit: it worked like a charm on Mac too. I have two nodes now, let's see how I can mine/mint some slimcoins now Smiley. Thanks for your support, you've been very helpful!

I'm relieved and glad it worked.

For those following along at home, the default location for datadir on OS X is ~/Library/Application Support/SLIMcoin/. (On recent OSX versions, ~/Library is hidden by default in the Finder, the show/hide checkbox is in “View Options”).

Cheers

Graham
member
Activity: 98
Merit: 10
Thanks a lot! Deployed it on the linux node and works like a charm. Now I have to figure out where Slimcoin stores its blockchain on a Mac. I suspect ~Library or its neighbors.

Edit: it worked like a charm on Mac too. I have two nodes now, let's see how I can mine/mint some slimcoins now Smiley. Thanks for your support, you've been very helpful!

Cheers!
legendary
Activity: 2254
Merit: 1290
Yep, I figured it out, installed Berkeley DB via brew, compiled it, launched. All good. Now I need a blockchain Smiley

Thanks for the info.

Received wisdom holds that a straight copy of the blockchain files is readable cross-platform.

If you want a short cut, here's a copy I made just now.

I *think* OSX has zip/unzip. If not shout out and I'll add a gzipped tarball:

Code:
https://minkiz.co/noodlings/slm/slm-datadir-blockfiles.zip

$ unzip -l slm-datadir-blockfiles.zip
Archive:  slm-datadir-blockfiles.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
444220984  2017-01-02 16:37   blk0001.dat
536477696  2017-01-02 16:37   blkindex.dat
        0  2017-01-02 16:33   database/
 10485759  2017-01-02 16:39   database/log.0000003076
---------                     -------
991184439                     4 files

Gzipped tarball (same contents as zip file) at:
https://minkiz.co/noodlings/slm/slm-datadir-blockfiles.tar.gz


(572Mb to d/l)

Edit: tarball added (see above)

Cheers

Graham
Jump to: