Bitcoin Forum
April 24, 2024, 08:55:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 [62] 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 ... 501 »
  Print  
Author Topic: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"  (Read 1150750 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
SuperClam (OP)
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1002


CLAM Developer


View Profile WWW
October 29, 2014, 05:04:18 AM
 #1221

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?

https://bitcointalk.org/index.php?topic=623147
Proof-Of-Chain, 100% Distributed BEFORE Launch.
Everyone who owned BTC, LTC, or DOGE at launch got free CLAMS.
1713948923
Hero Member
*
Offline Offline

Posts: 1713948923

View Profile Personal Message (Offline)

Ignore
1713948923
Reply with quote  #2

1713948923
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713948923
Hero Member
*
Offline Offline

Posts: 1713948923

View Profile Personal Message (Offline)

Ignore
1713948923
Reply with quote  #2

1713948923
Report to moderator
1713948923
Hero Member
*
Offline Offline

Posts: 1713948923

View Profile Personal Message (Offline)

Ignore
1713948923
Reply with quote  #2

1713948923
Report to moderator
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
October 29, 2014, 05:52:28 AM
 #1222

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:

Code:
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)
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1002


CLAM Developer


View Profile WWW
October 29, 2014, 05:56:32 AM
 #1223

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:
Code:
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.

https://bitcointalk.org/index.php?topic=623147
Proof-Of-Chain, 100% Distributed BEFORE Launch.
Everyone who owned BTC, LTC, or DOGE at launch got free CLAMS.
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
October 29, 2014, 06:05:38 AM
 #1224

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:
Code:
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/dumpbootstrap

or merging this pull request:

  https://github.com/nochowderforyou/clams/pull/56

and 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 Offline

Activity: 2940
Merit: 1330



View Profile
October 29, 2014, 06:27:24 AM
Last edit: November 21, 2014, 11:51:05 PM by dooglus
 #1225

I'll post a torrent link once it's done.

Here:

  https://s3.amazonaws.com/dooglus/bootstrap.dat?torrent

and here, if you want a direct link, rather than a torrent:

  https://s3.amazonaws.com/dooglus/bootstrap.dat

Download 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
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 738


Mixing reinvented for your privacy | chipmixer.com


View Profile
October 29, 2014, 01:17:17 PM
 #1226

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:
Quote
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 Offline

Activity: 92
Merit: 10


View Profile
October 29, 2014, 02:52:39 PM
 #1227

I have these in my clam.conf file (from previous sync. issues these were posted in here):

Code:
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
Sr. Member
****
Offline Offline

Activity: 342
Merit: 250


View Profile
October 29, 2014, 03:12:13 PM
 #1228

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:
Quote
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.dat

rename 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

         ▄███████████████▄
       ▄██▀             ▀██▄
    ▄▄██▀                 ▀██▄▄
█████▀▀       ▄▀▀▀▀▀▀▀▄▄    ▀▀█████
██          ▄▀ ▄▄▄▀▀▀▀▄▀█▄▄      ██
▐█▌       ▄▀ ▄▀ ▄▄▄▀▀▀▄▀▀▀███   ▐█▌
 ██      ▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀█ ▄█▀   ██
 ▐█▌    █▄▀▄▀▄█▀▀▀ ▀█▀ ▄▀▄▀█   ▐█▌
  ██    █▄▀▄▀▄▄█▀ ▄▀ ▄▀▄▀▄▀█   ██
  ▐█▌ ▀▄█████▀▄▄▀▀▄▄▀▄▀▄▀▄▀█  ▐█▌
   ██▌▀████▀██▄▄▀▀▄▄▀▄▀▄▀▄█▀ ▐██
    ██▌▀█▀▀█▄▀▀▄▀▀▄▄▀▄█▄▄█▀ ▐██
     ██▌ ▀  ▀███▄▄▄█████▀  ▐██
      ██▄      ▀▀▀▀▀      ▄██
       ▀██▄             ▄██▀
         ▀██▄         ▄██▀
           ▀██▄     ▄██▀
             ▀███▄███▀
               ▀███▀
DeepOnion 
★ ★ ★ ★ ★   ❱❱❱ JOIN AIRDROP NOW!
TOR INTEGRATED & SECURED
★  Your Anonymity Guaranteed
★  Your Assets Secured by TOR
★  Guard Your Privacy!
|Bitcointalk
Reddit
Telegram
|                        ▄▄▀▄▄▀▄▄▀▄▀▀
                    ▄▄██▀█▀▄▀▀▀
                  ▄██▄█▄██▀
                ▄██████▀
              ▄██████▀
  ▄█▄▄▄▄▄▄▄▄▄██████▀
██████▀▀▀▀▀██████▀
 ▀█████  ▄███████
  ████████████▀██
  ██▀███████▀  ██
  ██ ▀████▀    ██
  ██   ▀▀      ██
  ▀█████████████▀
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
October 29, 2014, 03:26:13 PM
 #1229

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
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
October 29, 2014, 05:45:37 PM
 #1230

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 Offline

Activity: 2940
Merit: 1330



View Profile
October 29, 2014, 06:26:35 PM
 #1231

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
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250



View Profile
October 29, 2014, 10:01:36 PM
Last edit: October 29, 2014, 10:42:10 PM by ymod123
 #1232

try to download new update fix Google browser blocking it...Sad
Karn
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250

"The mass of men lead lives of quiet desperation."


View Profile
October 29, 2014, 10:51:41 PM
 #1233

Seem's like a good time to be buying, price is dropping almost daily but wont take much to shoot back up Wink 

“But it's a poor fellow who can't take his pleasure without asking other people's permission.” ― Hermann Hesse, Steppenwolf
freedomsr40
Sr. Member
****
Offline Offline

Activity: 471
Merit: 500


View Profile
October 30, 2014, 12:03:34 AM
 #1234

so with no lotto how does this work? whats the %? or how does the 1 clam payouts work?
istvandv
Sr. Member
****
Offline Offline

Activity: 342
Merit: 250


View Profile
October 30, 2014, 01:11:16 AM
 #1235

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?

         ▄███████████████▄
       ▄██▀             ▀██▄
    ▄▄██▀                 ▀██▄▄
█████▀▀       ▄▀▀▀▀▀▀▀▄▄    ▀▀█████
██          ▄▀ ▄▄▄▀▀▀▀▄▀█▄▄      ██
▐█▌       ▄▀ ▄▀ ▄▄▄▀▀▀▄▀▀▀███   ▐█▌
 ██      ▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀█ ▄█▀   ██
 ▐█▌    █▄▀▄▀▄█▀▀▀ ▀█▀ ▄▀▄▀█   ▐█▌
  ██    █▄▀▄▀▄▄█▀ ▄▀ ▄▀▄▀▄▀█   ██
  ▐█▌ ▀▄█████▀▄▄▀▀▄▄▀▄▀▄▀▄▀█  ▐█▌
   ██▌▀████▀██▄▄▀▀▄▄▀▄▀▄▀▄█▀ ▐██
    ██▌▀█▀▀█▄▀▀▄▀▀▄▄▀▄█▄▄█▀ ▐██
     ██▌ ▀  ▀███▄▄▄█████▀  ▐██
      ██▄      ▀▀▀▀▀      ▄██
       ▀██▄             ▄██▀
         ▀██▄         ▄██▀
           ▀██▄     ▄██▀
             ▀███▄███▀
               ▀███▀
DeepOnion 
★ ★ ★ ★ ★   ❱❱❱ JOIN AIRDROP NOW!
TOR INTEGRATED & SECURED
★  Your Anonymity Guaranteed
★  Your Assets Secured by TOR
★  Guard Your Privacy!
|Bitcointalk
Reddit
Telegram
|                        ▄▄▀▄▄▀▄▄▀▄▀▀
                    ▄▄██▀█▀▄▀▀▀
                  ▄██▄█▄██▀
                ▄██████▀
              ▄██████▀
  ▄█▄▄▄▄▄▄▄▄▄██████▀
██████▀▀▀▀▀██████▀
 ▀█████  ▄███████
  ████████████▀██
  ██▀███████▀  ██
  ██ ▀████▀    ██
  ██   ▀▀      ██
  ▀█████████████▀
istvandv
Sr. Member
****
Offline Offline

Activity: 342
Merit: 250


View Profile
October 30, 2014, 01:56:26 AM
 #1236

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

         ▄███████████████▄
       ▄██▀             ▀██▄
    ▄▄██▀                 ▀██▄▄
█████▀▀       ▄▀▀▀▀▀▀▀▄▄    ▀▀█████
██          ▄▀ ▄▄▄▀▀▀▀▄▀█▄▄      ██
▐█▌       ▄▀ ▄▀ ▄▄▄▀▀▀▄▀▀▀███   ▐█▌
 ██      ▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀█ ▄█▀   ██
 ▐█▌    █▄▀▄▀▄█▀▀▀ ▀█▀ ▄▀▄▀█   ▐█▌
  ██    █▄▀▄▀▄▄█▀ ▄▀ ▄▀▄▀▄▀█   ██
  ▐█▌ ▀▄█████▀▄▄▀▀▄▄▀▄▀▄▀▄▀█  ▐█▌
   ██▌▀████▀██▄▄▀▀▄▄▀▄▀▄▀▄█▀ ▐██
    ██▌▀█▀▀█▄▀▀▄▀▀▄▄▀▄█▄▄█▀ ▐██
     ██▌ ▀  ▀███▄▄▄█████▀  ▐██
      ██▄      ▀▀▀▀▀      ▄██
       ▀██▄             ▄██▀
         ▀██▄         ▄██▀
           ▀██▄     ▄██▀
             ▀███▄███▀
               ▀███▀
DeepOnion 
★ ★ ★ ★ ★   ❱❱❱ JOIN AIRDROP NOW!
TOR INTEGRATED & SECURED
★  Your Anonymity Guaranteed
★  Your Assets Secured by TOR
★  Guard Your Privacy!
|Bitcointalk
Reddit
Telegram
|                        ▄▄▀▄▄▀▄▄▀▄▀▀
                    ▄▄██▀█▀▄▀▀▀
                  ▄██▄█▄██▀
                ▄██████▀
              ▄██████▀
  ▄█▄▄▄▄▄▄▄▄▄██████▀
██████▀▀▀▀▀██████▀
 ▀█████  ▄███████
  ████████████▀██
  ██▀███████▀  ██
  ██ ▀████▀    ██
  ██   ▀▀      ██
  ▀█████████████▀
freedomsr40
Sr. Member
****
Offline Offline

Activity: 471
Merit: 500


View Profile
October 30, 2014, 02:12:57 AM
 #1237

1 clam..but how often?
1MCoin
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile
October 30, 2014, 02:14:38 AM
 #1238

POC OR POP,WHICH ONE DO YOU WANT?
btw,what does"CLAMS"mean?

Free Distribution 50,000,000 VPNCOIN !!!
Vv8RxzrEWDdhF4mvKCDUdKY9offQtjpR82
istvandv
Sr. Member
****
Offline Offline

Activity: 342
Merit: 250


View Profile
October 30, 2014, 02:26:05 AM
 #1239

1 clam..but how often?

target block time is 1 minute

so 60 blocks/clams per hour
1,440 blocks/clams per day

         ▄███████████████▄
       ▄██▀             ▀██▄
    ▄▄██▀                 ▀██▄▄
█████▀▀       ▄▀▀▀▀▀▀▀▄▄    ▀▀█████
██          ▄▀ ▄▄▄▀▀▀▀▄▀█▄▄      ██
▐█▌       ▄▀ ▄▀ ▄▄▄▀▀▀▄▀▀▀███   ▐█▌
 ██      ▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀█ ▄█▀   ██
 ▐█▌    █▄▀▄▀▄█▀▀▀ ▀█▀ ▄▀▄▀█   ▐█▌
  ██    █▄▀▄▀▄▄█▀ ▄▀ ▄▀▄▀▄▀█   ██
  ▐█▌ ▀▄█████▀▄▄▀▀▄▄▀▄▀▄▀▄▀█  ▐█▌
   ██▌▀████▀██▄▄▀▀▄▄▀▄▀▄▀▄█▀ ▐██
    ██▌▀█▀▀█▄▀▀▄▀▀▄▄▀▄█▄▄█▀ ▐██
     ██▌ ▀  ▀███▄▄▄█████▀  ▐██
      ██▄      ▀▀▀▀▀      ▄██
       ▀██▄             ▄██▀
         ▀██▄         ▄██▀
           ▀██▄     ▄██▀
             ▀███▄███▀
               ▀███▀
DeepOnion 
★ ★ ★ ★ ★   ❱❱❱ JOIN AIRDROP NOW!
TOR INTEGRATED & SECURED
★  Your Anonymity Guaranteed
★  Your Assets Secured by TOR
★  Guard Your Privacy!
|Bitcointalk
Reddit
Telegram
|                        ▄▄▀▄▄▀▄▄▀▄▀▀
                    ▄▄██▀█▀▄▀▀▀
                  ▄██▄█▄██▀
                ▄██████▀
              ▄██████▀
  ▄█▄▄▄▄▄▄▄▄▄██████▀
██████▀▀▀▀▀██████▀
 ▀█████  ▄███████
  ████████████▀██
  ██▀███████▀  ██
  ██ ▀████▀    ██
  ██   ▀▀      ██
  ▀█████████████▀
istvandv
Sr. Member
****
Offline Offline

Activity: 342
Merit: 250


View Profile
October 30, 2014, 03:14:30 AM
 #1240

POC OR POP,WHICH ONE DO YOU WANT?
btw,what does"CLAMS"mean?

Caritas, Libertas, Aequitas, Monetas

if Im not mistaken

         ▄███████████████▄
       ▄██▀             ▀██▄
    ▄▄██▀                 ▀██▄▄
█████▀▀       ▄▀▀▀▀▀▀▀▄▄    ▀▀█████
██          ▄▀ ▄▄▄▀▀▀▀▄▀█▄▄      ██
▐█▌       ▄▀ ▄▀ ▄▄▄▀▀▀▄▀▀▀███   ▐█▌
 ██      ▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀█ ▄█▀   ██
 ▐█▌    █▄▀▄▀▄█▀▀▀ ▀█▀ ▄▀▄▀█   ▐█▌
  ██    █▄▀▄▀▄▄█▀ ▄▀ ▄▀▄▀▄▀█   ██
  ▐█▌ ▀▄█████▀▄▄▀▀▄▄▀▄▀▄▀▄▀█  ▐█▌
   ██▌▀████▀██▄▄▀▀▄▄▀▄▀▄▀▄█▀ ▐██
    ██▌▀█▀▀█▄▀▀▄▀▀▄▄▀▄█▄▄█▀ ▐██
     ██▌ ▀  ▀███▄▄▄█████▀  ▐██
      ██▄      ▀▀▀▀▀      ▄██
       ▀██▄             ▄██▀
         ▀██▄         ▄██▀
           ▀██▄     ▄██▀
             ▀███▄███▀
               ▀███▀
DeepOnion 
★ ★ ★ ★ ★   ❱❱❱ JOIN AIRDROP NOW!
TOR INTEGRATED & SECURED
★  Your Anonymity Guaranteed
★  Your Assets Secured by TOR
★  Guard Your Privacy!
|Bitcointalk
Reddit
Telegram
|                        ▄▄▀▄▄▀▄▄▀▄▀▀
                    ▄▄██▀█▀▄▀▀▀
                  ▄██▄█▄██▀
                ▄██████▀
              ▄██████▀
  ▄█▄▄▄▄▄▄▄▄▄██████▀
██████▀▀▀▀▀██████▀
 ▀█████  ▄███████
  ████████████▀██
  ██▀███████▀  ██
  ██ ▀████▀    ██
  ██   ▀▀      ██
  ▀█████████████▀
Pages: « 1 ... 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 [62] 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 ... 501 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!