Bitcoin Forum
May 05, 2024, 02:59:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 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 »
621  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RESURRECTION] Bringing Life to Growthcoin (GRW) , Community Backed Development! on: March 17, 2014, 01:22:04 AM
Your welcome, wish I could get my wallet to actually finish syncing. I am stuck on 64333 block now after re-downloading the blockchain again.  Roll Eyes

Make sure you have the latest version of the client, delete your current peers.dat file and try again.

Here a few peers I'm connected to that you can try as well

62.152.13.242:18139
195.91.216.170:55405
98.236.184.123:49988


Give it time it should catch up
622  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Faircoin :: descendant of NXT - Community on: March 17, 2014, 12:42:57 AM
please update block explorer in the op (http://162.243.224.140:1080/) to the new domain name

fac.blockx.info

(note that the server is NOT listening on port 1080 anymore, you will get an error if you try, IP is the same though)
623  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN , new EXCHANGE on: March 16, 2014, 11:47:09 PM
I still cannot connect my wallet to the network and have tried all of the recommendations so far. Here is my config...any suggestions?

addnode=54.84.156.138
addnode=109.87.249.86
addnode=223.78.212.148
addnode=89.166.1.11
addnode=80.112.144.84:7711
addnode=82.139.127.205:7711
addnode=24.178.30.102:7711
addnode=98.214.5.223:7711
addnode=95.85.50.188:7711
addnode=94.212.24.127:7711
addnode=88.127.170.75:7711


and try deleting your peers.dat file.  That might also help
624  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN , new EXCHANGE on: March 16, 2014, 07:24:09 PM
look at spain coin it has already reached 3$ each and it was 50% premined from the admin.

Why can<t faircoin reach 1$ each coins at least!?

Whne we get on exchangers dont put the price below 50k sat people. Onnly 50mil coins can be worth a lot!

I agree... I know I'm not selling anything below 50k sat
625  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN , new EXCHANGE on: March 16, 2014, 06:51:48 PM
That's the "news":
https://bitcointalk.org/index.php?topic=513160.msg5666130
"After the fail launch of Fair Coin we decided to make a new coin 100% pure PoS."
Well !!! Greatest!!!
But it is not funny!

Well that post was made right after the dev said there was a problem with the wallet... some people have reported that they received their shares so I guess the problem is fixed...that post was not serious I think
626  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN , new EXCHANGE on: March 16, 2014, 06:31:11 PM
YEAH! Received another stake!



It's real! I've never received anything on this address before. Dev has successfully recovered the wallet. Confirmed by  myself Smiley

Edit: Another one!

Well that is good news Smiley
627  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN , new EXCHANGE on: March 16, 2014, 06:15:01 PM
Hey guys, a quick update,

There seems to be some activity on the blockchain...

http://fac.blockx.info/chain/FairCoin?count=15&hi=1170

So check your wallets, if the dev fixed the issues good news Smiley

but they said that the coins were lost, so what's up with all that movement ?

anyhow, please update your bookmarks, there's now an easy to remember domain name for the block explorer

fac.blockx.info

I hope the dev updates the op with the new link

it is NOT listening for requests on port 1080 anymore, so old links to that will NOT WORK. the IP is the same though (162.243.224.14)

enjoy  Grin
628  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff on: March 15, 2014, 10:29:10 AM


Ok I'm still trying to figure this thing out... I've manage to get passed the invalid address error (not sure why but I tried putting the chain specifcation into the config file instead of the python file).  But now moving forward on this I get yet another error!

Code:
root@tmp:~/bitcoin-abe# python -m Abe.abe --config /home/abe/abe-mysql.conf --commit-bytes 100000 --no-serve
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/root/bitcoin-abe/Abe/abe.py", line 2276, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/root/bitcoin-abe/Abe/abe.py", line 2270, in main
    store = make_store(args)
  File "/root/bitcoin-abe/Abe/abe.py", line 153, in make_store
    store = DataStore.new(args)
  File "Abe/DataStore.py", line 3446, in new
    return DataStore(args)
  File "Abe/DataStore.py", line 165, in __init__
    store.init_conn()
  File "Abe/DataStore.py", line 226, in init_conn
    store.conn = store.connect()
  File "Abe/DataStore.py", line 237, in connect
    conn = store._connect(cargs)
  File "Abe/DataStore.py", line 269, in _connect
    return store.module.connect(**cargs)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/__init__.py", line 81, in Connect
    return Connection(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 187, in __init__
    super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (1045, "Access denied for user 'abe'@'localhost' (using password: YES)")
root@tmp:~/bitcoin-abe# nano /home/abe/abe-mysql.conf
root@tmp:~/bitcoin-abe# python -m Abe.abe --config /home/abe/abe-mysql.conf --commit-bytes 100000 --no-serve
ddl_implicit_commit=true
create_table_epilogue=''
Abe/DataStore.py:536: Warning: Converting column 'a' from VARCHAR to TEXT
  store.cursor.execute(stmt)
Abe/DataStore.py:536: Warning: Converting column 'b' from VARCHAR to TEXT
  store.cursor.execute(stmt)
max_varchar=4294967295
clob_type=LONGTEXT
Abe/DataStore.py:536: Warning: Converting column 'test_varbit' from VARCHAR to TEXT
  store.cursor.execute(stmt)
binary_type=hex
int_type=int
Created silly table abe_dual
sequence_type=mysql
limit_style=native
Abe/DataStore.py:536: Warning: Converting column 'txout_scriptPubKey' from VARCHAR to TEXT
  store.cursor.execute(stmt)
Abe/DataStore.py:536: Warning: Converting column 'txin_scriptSig' from VARCHAR to TEXT
  store.cursor.execute(stmt)
Assigned chain_id 1 to GrowthCoin
Opened /root/.GrowthCoin/blk0001.dat
Chain 1 genesis tx: 020000001d0bfa51010000000000000000000000000000000000000000000000000000000000000000ffffffffb904ffff001d020f274caf4a756c792033312c2032303133203132706d204544543a2054686520552e532e2065636f6e6f6d79206772657720312e372520696e20746865207365636f6e6420717561727465722c20616964656420627920736f6c696420636f6e73756d6572207370656e64696e6720616e6420612072616d702d757020696e20627573696e65737320696e766573746d656e742c2074686520676f7665726e6d656e742073616964205765646e65736461792effffffff0100000000000000000000000000
Exception at 368
Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 1, 'chain_id': 1L, 'loader': None, 'conf': u'GrowthCoin.conf', 'dirname': u'/root/.GrowthCoin', 'id': 1L}
Traceback (most recent call last):
  File "Abe/DataStore.py", line 2687, in catch_up
    store.catch_up_dir(dircfg)
  File "Abe/DataStore.py", line 2951, in catch_up_dir
    store.import_blkdat(dircfg, ds, blkfile['name'])
  File "Abe/DataStore.py", line 3083, in import_blkdat
    store.import_block(b, chain = chain)
  File "Abe/DataStore.py", line 1805, in import_block
    raise MerkleRootMismatch(b['hash'], tx_hash_array)
MerkleRootMismatch: Block header Merkle root does not match its transactions. block hash=d5e4fc54c53a9a20bbe01e70d8b47ce66f15c1bd3504f7e80390bf5601150ded

I've read to comment out in DataStore.py
Code:
# Verify Merkle root.
        #if b['hashMerkleRoot'] != util.merkle(tx_hash_array):
        #raise MerkleRootMismatch(b['hash'], tx_hash_array)

But as you can image if I post this... it didn't work!

It gave me a few of these

Code:
Skipped 73 bytes at block end
block_tx 970 970
Skipped 71 bytes at block end
block_tx 971 971
Skipped 72 bytes at block end
block_tx 972 972
Skipped 72 bytes at block end
Exception at 1677721600398062
Failed to catch up {'blkfile_offset': 206488, 'blkfile_number': 1, 'chain_id': 1, 'loader': None, 'conf': u'GrowthCoin.conf', 'dirname': u'/root/.GrowthCoin', 'id': 2L}
Traceback (most recent call last):

Then
Code:
error: unpack_from requires a buffer of at least 4 bytes

Witch I had earlier in my attempts to get Abe read the blockchain.  It looks to me as the magic bytes are causing troubles again.

Any inputs/help/solutions on this would be appreciated  Wink
629  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff on: March 14, 2014, 10:10:16 PM
Maybe it's an endiannes thing?

I'm not familiar with the concepet of endiannes. After relooking at the code, I had made a typo on the class name


This coin is new to Abe.  Please follow the example "datadir" syntax in abe.conf, and add datadir = [{....}] to your abe-mysql.conf file.  If the currency is scrypt-based, it may need more changes discussed recently in this thread.



Well I modified the Chain.py file as I did for FairCoin (it worked for FairCoin) so the abe-mysql.conf file would be a better option on the perspective of future upgrades, but the specs of the GrowthCoin blockchain were indeed entered. I will revert this to the config file when I sorted out the issue.

Meanwhile I triple checked the code and found that I made a typo on the class name.

That being said, I have another issue now. This time with the address version

Code:
root@grw:~/bitcoin-abe# python -m Abe.abe --config /home/abe/abe-mysql.conf --commit-bytes 100000 --no-serve
ddl_implicit_commit=true
create_table_epilogue=''
Abe/DataStore.py:536: Warning: Converting column 'a' from VARCHAR to TEXT
  store.cursor.execute(stmt)
Abe/DataStore.py:536: Warning: Converting column 'b' from VARCHAR to TEXT
  store.cursor.execute(stmt)
max_varchar=4294967295
clob_type=LONGTEXT
Abe/DataStore.py:536: Warning: Converting column 'test_varbit' from VARCHAR to TEXT
  store.cursor.execute(stmt)
binary_type=hex
int_type=int
Created silly table abe_dual
sequence_type=mysql
limit_style=native
Abe/DataStore.py:536: Warning: Converting column 'txout_scriptPubKey' from VARCHAR to TEXT
  store.cursor.execute(stmt)
Abe/DataStore.py:536: Warning: Converting column 'txin_scriptSig' from VARCHAR to TEXT
  store.cursor.execute(stmt)
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/root/bitcoin-abe/Abe/abe.py", line 2276, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/root/bitcoin-abe/Abe/abe.py", line 2270, in main
    store = make_store(args)
  File "/root/bitcoin-abe/Abe/abe.py", line 153, in make_store
    store = DataStore.new(args)
  File "Abe/DataStore.py", line 3446, in new
    return DataStore(args)
  File "Abe/DataStore.py", line 181, in __init__
    store.initialize()
  File "Abe/DataStore.py", line 1262, in initialize
    store.insert_chain(chain)
  File "Abe/DataStore.py", line 1301, in insert_chain
    chain.name, chain.decimals))
  File "Abe/DataStore.py", line 523, in sql
    store._execute(cached, params)
  File "Abe/DataStore.py", line 500, in _execute
    store.cursor.execute(stmt, params)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in execute
    self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
    raise errorclass, errorvalue
_mysql_exceptions.OperationalError: (1048, "Column 'chain_address_version' cannot be null")

if I decode the address, this is what I get

Code:
root@grw:~/bitcoin-abe# python -m Abe.abe --query /q/decode_address/GTjYKganLhDtMTcWCinzbQZpsrSjXfB29m
26:6c7c51acb76a0b62c10b6cb17b39cc0982f5d289

and this is my GrowthCoin class

Code:
class GrowthCoin(NvcChain):
    def __init__(chain, **kwargs):
        chain.name = 'GrowthCoin'
        chain.code3 = 'GRW'
        chain.address_version = "\x26"
        chain.magic = "\xa5\xef\xdb\xfd"
        Chain.__init__(chain, **kwargs)

    datadir_conf_file_name = "GrowthCoin.conf"
    datadir_rpcport = 17178

I also added CHAIN_CONFIG = [{"chain":"GrowthCoin"}] in the DataStore.py file...

Everything looks ok, what could be the issue?
630  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Version 1.3 on: March 14, 2014, 06:09:28 PM
Hey guys,
 
Just to let you know I've setup yet another block explorer.
 
http://hbn.blockx.info/
 
It's ABE powered but I did some redesign on the frontend so it's easier to read, cleaner and mobile friendly.  Wink
 
Check it out and let me know what you think
 
 
NOTE: the database is still updating so if you check and see it's behind, it's because it's not finished yet

Really nice ! Did you design it? Do you share the theme? Thank you in advance

Thanks, I don't have plans to share it yet still it's still a work in progress, maybe I will in the future though

Love the look of the explorer. Thanks unick!

My pleasure  Grin
631  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff on: March 13, 2014, 10:45:07 PM
Hi, I'm trying to setup GrowthCoin block explorer.

This is what I get

Code:
root@grw:~/bitcoin-abe# python -m Abe.abe --config /home/abe/abe-mysql.conf --commit-bytes 100000 --no-serve
Opened /root/.GrowthCoin/blk0001.dat
Chain not found for magic number a5efdbfd in block file /root/.GrowthCoin/blk0001.dat at offset 0.

But we can clearly see the firt byte from

Code:
hexdump -n 300 -C /root/.GrowthCoin/blk0001.dat


are correct!


Code:
00000000  a5 ef db fd 69 01 00 00  01 00 00 00 00 00 00 00  |....i...........|
00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000020  00 00 00 00 00 00 00 00  00 00 00 00 bf f2 79 9b  |..............y.|
00000030  bf ec 52 41 32 ea 94 54  5f 53 83 7c 5c eb 46 26  |..RA2..T_S.|\.F&|
00000040  b6 3d 18 70 76 01 0c cb  96 10 53 14 31 0b fa 51  |.=.pv.....S.1..Q|
00000050  ff ff 0f 1e ba 6e 15 01  01 02 00 00 00 1d 0b fa  |.....n..........|
00000060  51 01 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |Q...............|
00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000080  00 00 ff ff ff ff b9 04  ff ff 00 1d 02 0f 27 4c  |..............'L|
00000090  af 4a 75 6c 79 20 33 31  2c 20 32 30 31 33 20 31  |.July 31, 2013 1|
000000a0  32 70 6d 20 45 44 54 3a  20 54 68 65 20 55 2e 53  |2pm EDT: The U.S|
000000b0  2e 20 65 63 6f 6e 6f 6d  79 20 67 72 65 77 20 31  |. economy grew 1|
000000c0  2e 37 25 20 69 6e 20 74  68 65 20 73 65 63 6f 6e  |.7% in the secon|
000000d0  64 20 71 75 61 72 74 65  72 2c 20 61 69 64 65 64  |d quarter, aided|
000000e0  20 62 79 20 73 6f 6c 69  64 20 63 6f 6e 73 75 6d  | by solid consum|
000000f0  65 72 20 73 70 65 6e 64  69 6e 67 20 61 6e 64 20  |er spending and |
00000100  61 20 72 61 6d 70 2d 75  70 20 69 6e 20 62 75 73  |a ramp-up in bus|
00000110  69 6e 65 73 73 20 69 6e  76 65 73 74 6d 65 6e 74  |iness investment|
00000120  2c 20 74 68 65 20 67 6f  76 65 72 6e              |, the govern|
0000012c


What did I miss to get this message?

thanks
632  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - 2% stake power! - Version 1.3 on: March 13, 2014, 02:33:00 PM
Hey guys,
 
Just to let you know I've setup yet another block explorer.
 
http://hbn.blockx.info/
 
It's ABE powered but I did some redesign on the frontend so it's easier to read, cleaner and mobile friendly.  Wink
 
Check it out and let me know what you think
 
 
NOTE: the database is still updating so if you check and see it's behind, it's because it's not finished yet
633  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN -Vote for us on exchanges! on: March 13, 2014, 10:20:59 AM
Are there anyone can explain this for me?
I've just sent a bunch of faircoins from my wallet to the exchange, but still not received after 19 confirmations.
The most confusing is that i can't even find this transation shows on the blockexplorer.
Does that mean it's totally dispeared? or it's just a wallet problem or something?
I know the dev team is really busy now, so anyone else can help me? That would be a lot thanks.


Below is the transaction informations:

Status: 19 confirmations
Date: 2014/3/13 13:56
To: fKYrjppwEsbgRkEN9Dwpk1EJC1xsnibgRp
Debit: -17999.994 FAC
Transaction fee: -0.003 FAC
Net amount: -17999.997 FAC
Transaction ID: 17729c16f18403e6f318bcf058bf2d4c6fc42d116db8dfb696d58d63aa7d2c0c


the transaction does appear on the block chain

http://162.243.224.140:1080/tx/17729c16f18403e6f318bcf058bf2d4c6fc42d116db8dfb696d58d63aa7d2c0c

I don't know why it's not on the exchange, you'd have to check with them for that
634  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN -Vote for us on exchanges! on: March 13, 2014, 10:06:47 AM
Hey faircoin dev team.

I looked over the last 30 blocks generated, none of them were generated by PoS
Are you sure PoS is working?
The whole point of this coin is PoS, but the network is sustained now only by a tiny miner PoW force.

Has anyone managed to generate a Stake? i have 8000 coins, 2 days the wallet has been open with no stake.

You have to wait 30 days min for PoS to kick in... be patient my friend.
635  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN -Vote for us on exchanges! on: March 12, 2014, 09:18:12 PM
I think hardfork to make sure the "lost" addresses aren't used will save this coin.

Relaunch is definitely not an option.

If some people here complain NOT to have received their coins, well my first reaction is to say "shit happens". On the other hand, some honest people have been left out.  Maybe something can be done to help them... like 1 share per person who claims it (once).  Any how i saw a few people here complaining about that... it's not that many, maybe even the devs can make up for their mistake and send 1000 FAC to those people with the bounty funds... there maybe is 10-15 people that complained not having received any FAC. shouldn't be that big of a problem.

Please dev, when you guys take the time to update, be more specific and clear about what you are doing, some of us would like to know and it's better to keep it as transparent as possible.
636  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN -Vote for us on exchanges! on: March 12, 2014, 11:03:15 AM
distribution seems to have stoped.

is this one address of the devs ?

http://162.243.224.140:1080/address/4QUdkh9MBNNCsqo5Up6RzcK1LgZqC3fym9


edit:
check out also thoses blocks,

a few transaction to single addresses ... lots of FAC into singles addresses Huh

http://162.243.224.140:1080/chain/FairCoin?hi=748

Has distribution finished?

I used the same address for all my tokens,I received 5 payments so far, I was expecting about 12?

I am concerned, I hope not! I seem to be missing some shares too...

I have to go... I hope this gets sorted out and the dev speaks up later today.
637  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN -Vote for us on exchanges! on: March 12, 2014, 10:52:44 AM
Tell me who will stop someone for making a bot for mass registration and taking a lot of coins for himself?

You had to manually enter 2 layers of captcha, to register for a token, then wait 1 hours to redeem.  The token was generated 1 per IP per hour.  

The site had over 55k hits in 2 days 22k+ unique.  The registration process was secure enough and since it took only 2 days to reach max address... I doubt anyone had time to invest in making a bot.

Just so you know... this is over now we are almost finished distributing all the coins

I know how bots works, captcha is not a problem, there are companies mostly from china who solves captcha for you in real time for small fee, different IP isn't a problem either, there are lots of proxy servers online.

How can you name your coin fair when your coins are distributed only to members of forum (most of coins taken by bots and people with changing ip). It's like premine bribe for pushing coin through.

The coin was NOT distributed only to forum members, most of coins taken by bots is not proven and if you changed your ip, you'd lose your token and had to wait another hour. So if you don't like it, that's fine... What is your point exactly?

If you just want to troll... we're done on that subject of fair/unfair... please go read a few pages back.

Trolling is not my thing, I just wanted to point some things out. Fairly distributed coin would be for example for all facebook accounts with more than 100 friends, not for small community of altcoins.

do you know how many facebook accounts exist with fake friends ?!?

Anywhere you will look there will be some sort of unfairness.  The people that have the fake FB accounts are the same types that would have used bots in this distribution.

Scammers and suckrers will be scammers and suckers no matter how hard you try to be fair.

I think this distribution of FairCoin was the fairest to see yet. Not PERFECT, but fair compared to other launches.

Again, this was NOT reserved only to people of this forum. My grandma got her share. Just saying
638  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN -Vote for us on exchanges! on: March 12, 2014, 10:44:22 AM
distribution seems to have stoped.

is this one address of the devs ?

http://162.243.224.140:1080/address/4QUdkh9MBNNCsqo5Up6RzcK1LgZqC3fym9


edit:
check out also thoses blocks,

a few transaction to single addresses ... lots of FAC into singles addresses Huh

http://162.243.224.140:1080/chain/FairCoin?hi=748
639  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN -Vote for us on exchanges! on: March 12, 2014, 10:43:14 AM
Tell me who will stop someone for making a bot for mass registration and taking a lot of coins for himself?

You had to manually enter 2 layers of captcha, to register for a token, then wait 1 hours to redeem.  The token was generated 1 per IP per hour.  

The site had over 55k hits in 2 days 22k+ unique.  The registration process was secure enough and since it took only 2 days to reach max address... I doubt anyone had time to invest in making a bot.

Just so you know... this is over now we are almost finished distributing all the coins

I know how bots works, captcha is not a problem, there are companies mostly from china who solves captcha for you in real time for small fee, different IP isn't a problem either, there are lots of proxy servers online.

How can you name your coin fair when your coins are distributed only to members of forum (most of coins taken by bots and people with changing ip). It's like premine bribe for pushing coin through.

The coin was NOT distributed only to forum members, most of coins taken by bots is not proven and if you changed your ip, you'd lose your token and had to wait another hour. So if you don't like it, that's fine... What is your point exactly?

If you just want to troll... we're done on that subject of fair/unfair... please go read a few pages back.
640  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Faircoin - The First Fairly Distributed COIN -Vote for us on exchanges! on: March 12, 2014, 10:22:06 AM
Tell me who will stop someone for making a bot for mass registration and taking a lot of coins for himself?

You had to manually enter 2 layers of captcha, to register for a token, then wait 1 hours to redeem.  The token was generated 1 per IP per hour.  

The site had over 55k hits in 2 days 22k+ unique.  The registration process was secure enough and since it took only 2 days to reach max address... I doubt anyone had time to invest in making a bot.

Just so you know... this is over now we are almost finished distributing all the coins
Pages: « 1 2 3 4 5 6 7 8 9 10 11 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!