SuperClam (OP)
|
|
October 29, 2014, 05:04:18 AM |
|
Is there anyone who is willing and able to download a copy of bootstrap.dat from me and make a torrent of it please?
Triple check that it is the correct chain, and then go ahead and possibly upload it to the repository?
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
October 29, 2014, 05:52:28 AM |
|
Is there anyone who is willing and able to download a copy of bootstrap.dat from me and make a torrent of it please?
Triple check that it is the correct chain, and then go ahead and possibly upload it to the repository? It's the correct chain. I modified clamd to have a new command, "makebootstrap", which dumps a bootstrap.dat file containing all blocks up to a specified height, then ran: ./clamd makebootstrap /tmp/bootstrap.dat 176750 Then I shut down clamd, renamed my .clam folder so I had no blockchain, made a new .clam folder, but the bootstrap.dat in it, and ran "clamd -connect=127.0.0.1" to prevent it from being able to connect to any peers, and it started very quickly importing blocks from the bootstrap file: keypool added key 99, size=99 keypool added key 100, size=100 keypool added key 101, size=101 wallet 8471ms ERROR: ProcessBlock() : already have block 0 00000c3ce6b3d823a352 SetBestChain: new best=00000feca63cbde35071 height=1 trust=2097154 blocktrust=1048577 date=05/15/14 22:25:35 ProcessBlock: ACCEPTED SetBestChain: new best=0000042f7f9811948352 height=2 trust=3145731 blocktrust=1048577 date=05/15/14 22:25:36 ProcessBlock: ACCEPTED SetBestChain: new best=00000d732f526fd6dac4 height=3 trust=4203073 blocktrust=1057342 date=05/15/14 22:25:38 ProcessBlock: ACCEPTED
So it seems to be working fine. I'm now uploading the bootstrap.dat to Amazon S3. I'll post a torrent link once it's done.
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
SuperClam (OP)
|
|
October 29, 2014, 05:56:32 AM |
|
Is there anyone who is willing and able to download a copy of bootstrap.dat from me and make a torrent of it please?
Triple check that it is the correct chain, and then go ahead and possibly upload it to the repository? It's the correct chain. I modified clamd to have a new command, "makebootstrap", which dumps a bootstrap.dat file containing all blocks up to a specified height, then ran: ./clamd makebootstrap /tmp/bootstrap.dat 176750 Then I shut down clamd, renamed my .clam folder so I had no blockchain, made a new .clam folder, but the bootstrap.dat in it, and ran "clamd -connect=127.0.0.1" to prevent it from being able to connect to any peers, and it started very quickly importing blocks from the bootstrap file: keypool added key 99, size=99 keypool added key 100, size=100 keypool added key 101, size=101 wallet 8471ms ERROR: ProcessBlock() : already have block 0 00000c3ce6b3d823a352 SetBestChain: new best=00000feca63cbde35071 height=1 trust=2097154 blocktrust=1048577 date=05/15/14 22:25:35 ProcessBlock: ACCEPTED SetBestChain: new best=0000042f7f9811948352 height=2 trust=3145731 blocktrust=1048577 date=05/15/14 22:25:36 ProcessBlock: ACCEPTED SetBestChain: new best=00000d732f526fd6dac4 height=3 trust=4203073 blocktrust=1057342 date=05/15/14 22:25:38 ProcessBlock: ACCEPTED
So it seems to be working fine. I'm now uploading the bootstrap.dat to Amazon S3. I'll post a torrent link once it's done. Quite awesome; and kind.
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
October 29, 2014, 06:05:38 AM |
|
Is there anyone who is willing and able to download a copy of bootstrap.dat from me and make a torrent of it please?
Triple check that it is the correct chain, and then go ahead and possibly upload it to the repository? It's the correct chain. I modified clamd to have a new command, "makebootstrap", which dumps a bootstrap.dat file containing all blocks up to a specified height, then ran: ./clamd makebootstrap /tmp/bootstrap.dat 176750 Then I shut down clamd, renamed my .clam folder so I had no blockchain, made a new .clam folder, but the bootstrap.dat in it, and ran "clamd -connect=127.0.0.1" to prevent it from being able to connect to any peers, and it started very quickly importing blocks from the bootstrap file: keypool added key 99, size=99 keypool added key 100, size=100 keypool added key 101, size=101 wallet 8471ms ERROR: ProcessBlock() : already have block 0 00000c3ce6b3d823a352 SetBestChain: new best=00000feca63cbde35071 height=1 trust=2097154 blocktrust=1048577 date=05/15/14 22:25:35 ProcessBlock: ACCEPTED SetBestChain: new best=0000042f7f9811948352 height=2 trust=3145731 blocktrust=1048577 date=05/15/14 22:25:36 ProcessBlock: ACCEPTED SetBestChain: new best=00000d732f526fd6dac4 height=3 trust=4203073 blocktrust=1057342 date=05/15/14 22:25:38 ProcessBlock: ACCEPTED
So it seems to be working fine. I'm now uploading the bootstrap.dat to Amazon S3. I'll post a torrent link once it's done. Quite awesome; and kind. It's still uploading, but if you already have a full copy of the correct fork of the CLAM blockchain, you can create your own bootstrap.dat file by building from this branch: https://github.com/dooglus/clams/tree/dumpbootstrapor merging this pull request: https://github.com/nochowderforyou/clams/pull/56and then running this: clamd makebootstrap /tmp/bootstrap.dat 176750 It should make an identical file, which you can use to seed the torrent I'll be posting a link to soon without having to download it. To check, see if the sha256 hash matches mine: $ sha256sum /tmp/bootstrap.dat 3965815c11e4cbdafe99ebb55448c7a4abe730e0e8bd6fc42cf2b031cef32443 /tmp/bootstrap.dat
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
October 29, 2014, 06:27:24 AM Last edit: November 21, 2014, 11:51:05 PM by dooglus |
|
I'll post a torrent link once it's done.
Here: https://s3.amazonaws.com/dooglus/bootstrap.dat?torrentand here, if you want a direct link, rather than a torrent: https://s3.amazonaws.com/dooglus/bootstrap.datDownload that, copy it to your clam folder (where the wallet.dat lives) and restart the CLAM client. It will notice the bootstrap.dat file, and import the blockchain up to block 176750 219000 from it. Then it will connect to peers and carry on from there. To check, see if the sha256 hash matches mine:
$ sha256sum /tmp/bootstrap.dat
3965815c11e4cbdafe99ebb55448c7a4abe730e0e8bd6fc42cf2b031cef32443 /tmp/bootstrap.dat 76d9481ac6bd5ec48fb71f0fd306f9fe9b82c4a9a957f64ffa05226e5abe1abe /tmp/bootstrap.dat
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
Thirdspace
|
|
October 29, 2014, 01:17:17 PM |
|
need help really bad here... wasted so much bandwith on the last attempt to resynch the block still stuck @171046 wrong fork and won't fixes itself eventhough I let it run and consumed 300 MB bandwith my logfile spammed by hundreds of this same errors: received block 433bcffd6b53c4ddb502 ERROR: CheckProofOfStake() : INFO: check kernel failed on coinstake 7304be6a68b7b41d6a5a3cefd55beeaa05c35bf485ea2f39dc254eb302fdc6e7, hashProof=a0276da97ea53d924999ac3e6b008c310f8245996ca00abc54ce2fc401c22500 WARNING: AcceptBlock(): check proof-of-stake failed for block 433bcffd6b53c4ddb502b539dec840d6823ae052566a6888ca7b0fdd25d9fe67 ERROR: ProcessBlock() : AcceptBlock FAILED
that block 433bcff is block 170622 on correct chain, but why my client is spouting those error messages? what makes my client downloads so much data & not resync the correct chain? are there some nodes out there running wrong fork deliberately just to screw us up? sorry guys... I'm a bit frustrated trying to get my CLAM back on the main chain is there a way for me to remove a few blocks (something like rollback) from my chain? if possible I want to try disconnect all blocks starting from 170000+ and try to resynch again or is it possible to use my own blk0001.dat (maybe rename it first) & import only up to block 170000, then go online and resynch the rest? something like "-loadblock=oldblk0001.dat" but how do I set it just to import up to 170000?
|
|
|
|
paulc010
Member
Offline
Activity: 92
Merit: 10
|
|
October 29, 2014, 02:52:39 PM |
|
I have these in my clam.conf file (from previous sync. issues these were posted in here): addnode=24.67.30.88 addnode=198.245.60.38 addnode=65.102.47.162 addnode=24.184.168.36 addnode=93.103.131.59 addnode=85.17.81.164 addnode=142.4.201.123 addnode=84.194.247.232 addnode=220.253.2.201 addnode=188.116.147.85 addnode=85.17.81.169 addnode=109.223.234.123 addnode=173.68.204.192 addnode=198.245.60.38 addnode=107.192.136.116 addnode=24.238.75.8 addnode=184.9.244.44 addnode=79.206.224.49 addnode=207.61.182.125 addnode=216.46.33.120 addnode=99.233.92.9 addnode=85.191.52.188 addnode=67.201.165.63 addnode=82.26.243.220 addnode=24.238.75.8 addnode=65.102.47.162 addnode=75.131.208.152 addnode=76.173.48.220 addnode=84.194.247.232 addnode=85.191.52.188 addnode=93.103.131.59 addnode=107.192.136.116 addnode=142.4.201.123 addnode=173.68.204.192 addnode=184.9.244.44 addnode=188.116.147.85 addnode=203.20.114.252 addnode=216.46.33.120 addnode=220.253.2.201
|
|
|
|
istvandv
|
|
October 29, 2014, 03:12:13 PM |
|
need help really bad here... wasted so much bandwith on the last attempt to resynch the block still stuck @171046 wrong fork and won't fixes itself eventhough I let it run and consumed 300 MB bandwith my logfile spammed by hundreds of this same errors: received block 433bcffd6b53c4ddb502 ERROR: CheckProofOfStake() : INFO: check kernel failed on coinstake 7304be6a68b7b41d6a5a3cefd55beeaa05c35bf485ea2f39dc254eb302fdc6e7, hashProof=a0276da97ea53d924999ac3e6b008c310f8245996ca00abc54ce2fc401c22500 WARNING: AcceptBlock(): check proof-of-stake failed for block 433bcffd6b53c4ddb502b539dec840d6823ae052566a6888ca7b0fdd25d9fe67 ERROR: ProcessBlock() : AcceptBlock FAILED
that block 433bcff is block 170622 on correct chain, but why my client is spouting those error messages? what makes my client downloads so much data & not resync the correct chain? are there some nodes out there running wrong fork deliberately just to screw us up? sorry guys... I'm a bit frustrated trying to get my CLAM back on the main chain is there a way for me to remove a few blocks (something like rollback) from my chain? if possible I want to try disconnect all blocks starting from 170000+ and try to resynch again or is it possible to use my own blk0001.dat (maybe rename it first) & import only up to block 170000, then go online and resynch the rest? something like "-loadblock=oldblk0001.dat" but how do I set it just to import up to 170000? try the bootstrap provided by dooglus download: https://s3.amazonaws.com/dooglus/bootstrap.datrename clam folder so no blockchain, make a new clam folder, put the bootstrap.dat in it, and run "clam-qt.exe -connect=127.0.0.1" to prevent it from being able to connect to any peers
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
October 29, 2014, 03:26:13 PM |
|
is there a way for me to remove a few blocks (something like rollback) from my chain? if possible I want to try disconnect all blocks starting from 170000+ and try to resynch again or is it possible to use my own blk0001.dat (maybe rename it first) & import only up to block 170000, then go online and resynch the rest? something like "-loadblock=oldblk0001.dat" but how do I set it just to import up to 170000?
try the bootstrap provided by dooglus Using the -makebootstrap RPC command I wrote yesterday you could make a bootstrap.dat containing blocks up to 170000, then make a new clam folder and initialise it from the bootstrap file you made. That would save you having to download the blockchain over again, but would require you to build the CLAM client yourself.
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
Quantum12
|
|
October 29, 2014, 05:45:37 PM |
|
thanx dooglus, I was stuck for ages , but your above method works great
so thanks again!
has staking been disabled now then ?
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
October 29, 2014, 06:26:35 PM |
|
thanx dooglus, I was stuck for ages , but your above method works great
so thanks again!
has staking been disabled now then ?
You're welcome. The lottery has been disabled. It used to be that you got 0.1 CLAM almost every time you staked, but occasionally you got a much bigger reward, up to 1000 CLAM. The long-term average was meant to be 1 CLAM per stake. It turns out the lottery was exploitable and so now everyone gets 1 CLAM per stake (plus any transaction fees for transactions you include in the staked block). Some block rewards before the lottery was suspended: And after:
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
ymod123
|
|
October 29, 2014, 10:01:36 PM Last edit: October 29, 2014, 10:42:10 PM by ymod123 |
|
try to download new update fix Google browser blocking it...
|
|
|
|
Karn
Sr. Member
Offline
Activity: 434
Merit: 250
"The mass of men lead lives of quiet desperation."
|
|
October 29, 2014, 10:51:41 PM |
|
Seem's like a good time to be buying, price is dropping almost daily but wont take much to shoot back up
|
“But it's a poor fellow who can't take his pleasure without asking other people's permission.” ― Hermann Hesse, Steppenwolf
|
|
|
freedomsr40
|
|
October 30, 2014, 12:03:34 AM |
|
so with no lotto how does this work? whats the %? or how does the 1 clam payouts work?
|
|
|
|
istvandv
|
|
October 30, 2014, 01:11:16 AM |
|
thanx dooglus, I was stuck for ages , but your above method works great
so thanks again!
has staking been disabled now then ?
which method did you use? did you use the boostrap provided by dooglus? or did you make your own bootstrap using the client provided by dooglus with -makebootstrap?
|
|
|
|
istvandv
|
|
October 30, 2014, 01:56:26 AM |
|
so with no lotto how does this work? whats the %? or how does the 1 clam payouts work?
all stakes are now 1 clam, there is no percent, thats as simple as it is
|
|
|
|
freedomsr40
|
|
October 30, 2014, 02:12:57 AM |
|
1 clam..but how often?
|
|
|
|
1MCoin
|
|
October 30, 2014, 02:14:38 AM |
|
POC OR POP,WHICH ONE DO YOU WANT? btw,what does"CLAMS"mean?
|
|
|
|
istvandv
|
|
October 30, 2014, 02:26:05 AM |
|
1 clam..but how often?
target block time is 1 minute so 60 blocks/clams per hour 1,440 blocks/clams per day
|
|
|
|
istvandv
|
|
October 30, 2014, 03:14:30 AM |
|
POC OR POP,WHICH ONE DO YOU WANT? btw,what does"CLAMS"mean?
Caritas, Libertas, Aequitas, Monetas if Im not mistaken
|
|
|
|
|