Bitcoin Forum
April 25, 2024, 09:18:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 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 ... 69 »
  Print  
Author Topic: [ANN][SRC] Securecoin | A Fast and Secure Version of Bitcoin | 2013  (Read 195266 times)
lemons
Full Member
***
Offline Offline

Activity: 178
Merit: 100



View Profile
August 28, 2013, 08:52:25 PM
 #241

2322 blocks now
1714036698
Hero Member
*
Offline Offline

Posts: 1714036698

View Profile Personal Message (Offline)

Ignore
1714036698
Reply with quote  #2

1714036698
Report to moderator
1714036698
Hero Member
*
Offline Offline

Posts: 1714036698

View Profile Personal Message (Offline)

Ignore
1714036698
Reply with quote  #2

1714036698
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714036698
Hero Member
*
Offline Offline

Posts: 1714036698

View Profile Personal Message (Offline)

Ignore
1714036698
Reply with quote  #2

1714036698
Report to moderator
1714036698
Hero Member
*
Offline Offline

Posts: 1714036698

View Profile Personal Message (Offline)

Ignore
1714036698
Reply with quote  #2

1714036698
Report to moderator
mullick
Legendary
*
Offline Offline

Activity: 1064
Merit: 1002


View Profile
August 28, 2013, 08:52:40 PM
Last edit: August 28, 2013, 09:03:36 PM by mullick
 #242

Quark miner is working with Securecoin.

Not helping much as all im getting is orphans with about 1Mh. Network can barely keep up with the chain, started my own chain 3 times.

But its to be expected. Compiled win64 miner below

https://docs.google.com/file/d/0B9cvOfoOekSdVzZZcThLZHg4bjA/edit

EDIT: Got first confirmed block Reward of 2 and my second as I type. Averaging 100-150kh per core on semprons and phenom 2 x4, x6
Adamlm
Hero Member
*****
Offline Offline

Activity: 822
Merit: 1002


View Profile WWW
August 28, 2013, 08:52:43 PM
 #243

addnode=54.226.8.222

lemons
Full Member
***
Offline Offline

Activity: 178
Merit: 100



View Profile
August 28, 2013, 08:55:28 PM
 #244

hashespersec" : 79797, is that decent enough? I've not found a block in 10 mins?


I5 3450   "hashespersec" : 113488,   

Balance   0.25 SRC  and 20 orphans
nearmiss
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
August 28, 2013, 08:57:09 PM
 #245

Code:
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/main.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/leveldb.o: In function `CLevelDB::CLevelDB(boost::filesystem3::path const&, unsigned long, bool, bool)':
/home/ubuntu/src/leveldb.cpp:37: undefined reference to `leveldb::Options::Options()'
obj/leveldb.o: In function `GetOptions':
/home/ubuntu/src/leveldb.cpp:28: undefined reference to `leveldb::Options::Options()'
/home/ubuntu/src/leveldb.cpp:29: undefined reference to `leveldb::NewLRUCache(unsigned long)'
/home/ubuntu/src/leveldb.cpp:31: undefined reference to `leveldb::NewBloomFilterPolicy(int)'
obj/leveldb.o: In function `CLevelDB::CLevelDB(boost::filesystem3::path const&, unsigned long, bool, bool)':
/home/ubuntu/src/leveldb.cpp:56: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::string const&, leveldb::DB**)'
/home/ubuntu/src/leveldb.cpp:46: undefined reference to `leveldb::Env::Default()'
/home/ubuntu/src/leveldb.cpp:46: undefined reference to `leveldb::NewMemEnv(leveldb::Env*)'
/home/ubuntu/src/leveldb.cpp:51: undefined reference to `leveldb::DestroyDB(std::string const&, leveldb::Options const&)'
/home/ubuntu/src/leveldb.cpp:58: undefined reference to `leveldb::Status::ToString() const'
obj/leveldb.o: In function `CLevelDB::WriteBatch(CLevelDBBatch&, bool)':
/home/ubuntu/src/leveldb.cpp:76: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `Write<std::pair<char, uint256>, CDiskTxPos>':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `CLevelDBBatch::~CLevelDBBatch()':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `bool CLevelDB::Read<char, uint256>(char const&, uint256&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Read<char, int>(char const&, int&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Exists<char>(char const&)':
/home/ubuntu/src/leveldb.h:123: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `void CLevelDBBatch::Write<char, int>(char const&, int const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `void CLevelDBBatch::Write<char, char>(char const&, char const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `void CLevelDBBatch::Erase<char>(char const&)':
/home/ubuntu/src/leveldb.h:51: undefined reference to `leveldb::WriteBatch::Delete(leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `void CLevelDBBatch::Write<char, uint256>(char const&, uint256 const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `void CLevelDBBatch::Erase<std::pair<char, uint256> >(std::pair<char, uint256> const&)':
/home/ubuntu/src/leveldb.h:51: undefined reference to `leveldb::WriteBatch::Delete(leveldb::Slice const&)'
obj/txdb.o: In function `bool CLevelDB::Exists<std::pair<char, uint256> >(std::pair<char, uint256> const&)':
/home/ubuntu/src/leveldb.h:123: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Read<std::pair<char, std::string>, char>(std::pair<char, std::string> const&, char&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `void CLevelDBBatch::Write<std::pair<char, std::string>, char>(std::pair<char, std::string> const&, char const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `void CLevelDBBatch::Write<char, CBigNum>(char const&, CBigNum const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `bool CLevelDB::Read<std::pair<char, uint256>, CDiskTxPos>(std::pair<char, uint256> const&, CDiskTxPos&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `void CLevelDBBatch::Write<std::pair<char, uint256>, CDiskBlockIndex>(std::pair<char, uint256> const&, CDiskBlockIndex const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `bool CLevelDB::Read<char, CBigNum>(char const&, CBigNum&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Read<std::pair<char, int>, CBlockFileInfo>(std::pair<char, int> const&, CBlockFileInfo&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Read<std::pair<char, uint256>, CCoins>(std::pair<char, uint256> const&, CCoins&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `void CLevelDBBatch::Write<std::pair<char, uint256>, CCoins>(std::pair<char, uint256> const&, CCoins const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `void CLevelDBBatch::Write<std::pair<char, int>, CBlockFileInfo>(std::pair<char, int> const&, CBlockFileInfo const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
collect2: error: ld returned 1 exit status

Code:
chmod +x src/leveldb/build_detect_platform

The OP shouldnt have used braindead format like zip to distribute source code.

Still doesn't want to work on my ubuntu 12.04 64bit platforms

Profit-Switching Pool w/ Vardiff -> http://hashco.ws  Optionally keep the alts we mine or auto-trade for BTC. In addition can be paid out in any of: 365, AC, BC,  BTC, C2, CINNI, COMM, FAC, HBN, MINT, PMC, QRK, RDD, WC, XBC
murraypaul
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
August 28, 2013, 08:57:57 PM
 #246

block reward 1 now  Grin

Up to 2 now Smiley

BTC: 16TgAGdiTSsTWSsBDphebNJCFr1NT78xFW
SRC: scefi1XMhq91n3oF5FrE3HqddVvvCZP9KB
baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1052


View Profile
August 28, 2013, 08:59:02 PM
 #247

There is also a git on the main page.

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
monocolor
Hero Member
*****
Offline Offline

Activity: 766
Merit: 621


Own ONION


View Profile WWW
August 28, 2013, 08:59:19 PM
 #248

what's the block number now? I see only orphans.

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
.....DeepVault.....
....Blockchain File Signatures....
...deeponion.org...
lemons
Full Member
***
Offline Offline

Activity: 178
Merit: 100



View Profile
August 28, 2013, 09:01:47 PM
 #249

what's the block number now? I see only orphans.

2686
stevenlam
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile WWW
August 28, 2013, 09:02:47 PM
 #250

I got total 14 SRC Cheesy

dzhan
Sr. Member
****
Offline Offline

Activity: 743
Merit: 250


View Profile
August 28, 2013, 09:03:07 PM
 #251

baritus, can you please post a 64-bit compiled linux version?
JeanCool
Full Member
***
Offline Offline

Activity: 224
Merit: 100


School of Hard Knocks


View Profile
August 28, 2013, 09:03:39 PM
 #252

Hm

following ports set, but no connections

rpcport=12568
port=12567

any explanations? client wont connect to network ...no probelm with several other clients ...
Nolo
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


Whoa, there are a lot of cats in this wall.


View Profile
August 28, 2013, 09:04:42 PM
 #253

Hmm... "No block source available..."  suggestions?


Charlie Kelly: I'm pleading the 5th.  The Attorney: I would advise you do that.  Charlie Kelly: I'll take that advice under cooperation, alright? Now, let's say you and I go toe-to-toe on bird law and see who comes out the victor?  The Attorney: You know, I don't think I'm going to do anything close to that and I can clearly see you know nothing about the law.
19GpqFsNGP8jS941YYZZjmCSrHwvX3QjiC
monocolor
Hero Member
*****
Offline Offline

Activity: 766
Merit: 621


Own ONION


View Profile WWW
August 28, 2013, 09:05:14 PM
 #254

long orphan chains, can't even catch up...

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
.....DeepVault.....
....Blockchain File Signatures....
...deeponion.org...
bigvern
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile WWW
August 28, 2013, 09:05:25 PM
 #255

Code:
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/main.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/leveldb.o: In function `CLevelDB::CLevelDB(boost::filesystem3::path const&, unsigned long, bool, bool)':
/home/ubuntu/src/leveldb.cpp:37: undefined reference to `leveldb::Options::Options()'
obj/leveldb.o: In function `GetOptions':
/home/ubuntu/src/leveldb.cpp:28: undefined reference to `leveldb::Options::Options()'
/home/ubuntu/src/leveldb.cpp:29: undefined reference to `leveldb::NewLRUCache(unsigned long)'
/home/ubuntu/src/leveldb.cpp:31: undefined reference to `leveldb::NewBloomFilterPolicy(int)'
obj/leveldb.o: In function `CLevelDB::CLevelDB(boost::filesystem3::path const&, unsigned long, bool, bool)':
/home/ubuntu/src/leveldb.cpp:56: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::string const&, leveldb::DB**)'
/home/ubuntu/src/leveldb.cpp:46: undefined reference to `leveldb::Env::Default()'
/home/ubuntu/src/leveldb.cpp:46: undefined reference to `leveldb::NewMemEnv(leveldb::Env*)'
/home/ubuntu/src/leveldb.cpp:51: undefined reference to `leveldb::DestroyDB(std::string const&, leveldb::Options const&)'
/home/ubuntu/src/leveldb.cpp:58: undefined reference to `leveldb::Status::ToString() const'
obj/leveldb.o: In function `CLevelDB::WriteBatch(CLevelDBBatch&, bool)':
/home/ubuntu/src/leveldb.cpp:76: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `Write<std::pair<char, uint256>, CDiskTxPos>':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `CLevelDBBatch::~CLevelDBBatch()':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `bool CLevelDB::Read<char, uint256>(char const&, uint256&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Read<char, int>(char const&, int&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Exists<char>(char const&)':
/home/ubuntu/src/leveldb.h:123: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `void CLevelDBBatch::Write<char, int>(char const&, int const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `void CLevelDBBatch::Write<char, char>(char const&, char const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `void CLevelDBBatch::Erase<char>(char const&)':
/home/ubuntu/src/leveldb.h:51: undefined reference to `leveldb::WriteBatch::Delete(leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `void CLevelDBBatch::Write<char, uint256>(char const&, uint256 const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `void CLevelDBBatch::Erase<std::pair<char, uint256> >(std::pair<char, uint256> const&)':
/home/ubuntu/src/leveldb.h:51: undefined reference to `leveldb::WriteBatch::Delete(leveldb::Slice const&)'
obj/txdb.o: In function `bool CLevelDB::Exists<std::pair<char, uint256> >(std::pair<char, uint256> const&)':
/home/ubuntu/src/leveldb.h:123: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Read<std::pair<char, std::string>, char>(std::pair<char, std::string> const&, char&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `void CLevelDBBatch::Write<std::pair<char, std::string>, char>(std::pair<char, std::string> const&, char const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `void CLevelDBBatch::Write<char, CBigNum>(char const&, CBigNum const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `bool CLevelDB::Read<std::pair<char, uint256>, CDiskTxPos>(std::pair<char, uint256> const&, CDiskTxPos&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `void CLevelDBBatch::Write<std::pair<char, uint256>, CDiskBlockIndex>(std::pair<char, uint256> const&, CDiskBlockIndex const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/txdb.o: In function `bool CLevelDB::Read<char, CBigNum>(char const&, CBigNum&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Read<std::pair<char, int>, CBlockFileInfo>(std::pair<char, int> const&, CBlockFileInfo&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Read<std::pair<char, uint256>, CCoins>(std::pair<char, uint256> const&, CCoins&)':
/home/ubuntu/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `void CLevelDBBatch::Write<std::pair<char, uint256>, CCoins>(std::pair<char, uint256> const&, CCoins const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `void CLevelDBBatch::Write<std::pair<char, int>, CBlockFileInfo>(std::pair<char, int> const&, CBlockFileInfo const&)':
/home/ubuntu/src/leveldb.h:42: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
obj/txdb.o: In function `CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::WriteBatch()'
obj/txdb.o: In function `~CLevelDBBatch':
/home/ubuntu/src/leveldb.h:23: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
collect2: error: ld returned 1 exit status

Code:
chmod +x src/leveldb/build_detect_platform

The OP shouldnt have used braindead format like zip to distribute source code.

Still doesn't want to work on my ubuntu 12.04 64bit platforms


make clean -f makefile.unix

Then try again
baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1052


View Profile
August 28, 2013, 09:05:58 PM
 #256

Please add all the nodes in the first post and post more once you're connected.

If you had compiling issues, pull from the updated repo.

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
kasparov
Newbie
*
Offline Offline

Activity: 51
Merit: 0



View Profile
August 28, 2013, 09:06:10 PM
 #257

always can't sync , even already add nodes
the qt-client unsupport UNPN ?
JeanCool
Full Member
***
Offline Offline

Activity: 224
Merit: 100


School of Hard Knocks


View Profile
August 28, 2013, 09:06:29 PM
 #258

Hmm... "No block source available..."  suggestions?



same problem here ..no connections to network
Nolo
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


Whoa, there are a lot of cats in this wall.


View Profile
August 28, 2013, 09:06:56 PM
 #259

Please add all the nodes in the first post and post more once you're connected.

If you had compiling issues, pull from the updated repo.

I've added all of those nodes.  Still no connections. 

Charlie Kelly: I'm pleading the 5th.  The Attorney: I would advise you do that.  Charlie Kelly: I'll take that advice under cooperation, alright? Now, let's say you and I go toe-to-toe on bird law and see who comes out the victor?  The Attorney: You know, I don't think I'm going to do anything close to that and I can clearly see you know nothing about the law.
19GpqFsNGP8jS941YYZZjmCSrHwvX3QjiC
stevenlam
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile WWW
August 28, 2013, 09:07:19 PM
 #260

Quote
04:06:42

[
{
"addr" : "69.9.152.126:56312",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724000,
"bytessent" : 166100,
"bytesrecv" : 194398,
"conntime" : 1377723163,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2352,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "143.50.37.32:62351",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 242372,
"bytesrecv" : 236812,
"conntime" : 1377723165,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2355,
"banscore" : 0
},
{
"addr" : "77.94.247.50:60961",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377723999,
"bytessent" : 160494,
"bytesrecv" : 162197,
"conntime" : 1377723165,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2353,
"banscore" : 0
},
{
"addr" : "189.187.141.2:12567",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 196599,
"bytesrecv" : 217691,
"conntime" : 1377723182,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : false,
"startingheight" : 2368,
"banscore" : 0
},
{
"addr" : "77.94.247.50:6561",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724002,
"bytessent" : 103684,
"bytesrecv" : 181067,
"conntime" : 1377723198,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2368,
"banscore" : 0
},
{
"addr" : "68.117.97.76:62876",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 146710,
"bytesrecv" : 169486,
"conntime" : 1377723214,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2393,
"banscore" : 0
},
{
"addr" : "203.17.236.91:3690",
"services" : "00000001",
"lastsend" : 1377723991,
"lastrecv" : 1377724001,
"bytessent" : 222917,
"bytesrecv" : 220621,
"conntime" : 1377723221,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2398,
"banscore" : 0
},
{
"addr" : "54.213.205.179:49304",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 210487,
"bytesrecv" : 168319,
"conntime" : 1377723229,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2402,
"banscore" : 0
},
{
"addr" : "217.25.223.37:62570",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 164042,
"bytesrecv" : 180890,
"conntime" : 1377723232,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2407,
"banscore" : 0
},
{
"addr" : "79.116.253.159:60613",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 128748,
"bytesrecv" : 177915,
"conntime" : 1377723235,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2408,
"banscore" : 0
},
{
"addr" : "217.174.63.129:60351",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724002,
"bytessent" : 192502,
"bytesrecv" : 167053,
"conntime" : 1377723258,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2428,
"banscore" : 0
},
{
"addr" : "62.24.83.120:33979",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 220102,
"bytesrecv" : 203562,
"conntime" : 1377723259,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2429,
"banscore" : 0
},
{
"addr" : "113.162.172.104:51450",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 112448,
"bytesrecv" : 98292,
"conntime" : 1377723273,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2439,
"banscore" : 0
},
{
"addr" : "80.229.2.127:49777",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 182376,
"bytesrecv" : 194489,
"conntime" : 1377723302,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2280,
"banscore" : 0
},
{
"addr" : "65.61.116.102:41439",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 169087,
"bytesrecv" : 150154,
"conntime" : 1377723310,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2466,
"banscore" : 0
},
{
"addr" : "23.96.7.57:1136",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 127725,
"bytesrecv" : 118645,
"conntime" : 1377723326,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2480,
"banscore" : 0
},
{
"addr" : "178.74.103.10:57416",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 151639,
"bytesrecv" : 136455,
"conntime" : 1377723337,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2489,
"banscore" : 0
},
{
"addr" : "65.61.116.103:61571",
"services" : "00000001",
"lastsend" : 1377723988,
"lastrecv" : 1377724001,
"bytessent" : 168596,
"bytesrecv" : 181366,
"conntime" : 1377723346,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2496,
"banscore" : 0
},
{
"addr" : "174.98.127.147:56307",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377723657,
"bytessent" : 45458,
"bytesrecv" : 21068,
"conntime" : 1377723354,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 1473,
"banscore" : 0
},
{
"addr" : "96.44.151.60:12567",
"services" : "00000001",
"lastsend" : 1377724000,
"lastrecv" : 1377723834,
"bytessent" : 90044,
"bytesrecv" : 24692,
"conntime" : 1377723363,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : false,
"startingheight" : 18,
"banscore" : 0
},
{
"addr" : "168.63.58.66:1776",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724000,
"bytessent" : 112095,
"bytesrecv" : 94424,
"conntime" : 1377723397,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2525,
"banscore" : 0
},
{
"addr" : "62.24.83.120:51216",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 85587,
"bytesrecv" : 117654,
"conntime" : 1377723426,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2543,
"banscore" : 0
},
{
"addr" : "46.132.190.226:12567",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724000,
"bytessent" : 182964,
"bytesrecv" : 159364,
"conntime" : 1377723436,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : false,
"startingheight" : 2551,
"banscore" : 0
},
{
"addr" : "77.199.17.225:63668",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724001,
"bytessent" : 199839,
"bytesrecv" : 184733,
"conntime" : 1377723454,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2560,
"banscore" : 0
},
{
"addr" : "5.9.92.36:47769",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 120173,
"bytesrecv" : 101579,
"conntime" : 1377723458,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2563,
"banscore" : 0
},
{
"addr" : "82.27.224.59:2174",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 149327,
"bytesrecv" : 109702,
"conntime" : 1377723461,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2564,
"banscore" : 0
},
{
"addr" : "81.203.98.155:56117",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 140082,
"bytesrecv" : 123497,
"conntime" : 1377723477,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2572,
"banscore" : 0
},
{
"addr" : "77.94.247.50:23779",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377723995,
"bytessent" : 138980,
"bytesrecv" : 123172,
"conntime" : 1377723486,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2575,
"banscore" : 0
},
{
"addr" : "92.57.116.77:49972",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 187278,
"bytesrecv" : 157221,
"conntime" : 1377723487,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2578,
"banscore" : 0
},
{
"addr" : "107.213.72.135:63574",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724001,
"bytessent" : 114434,
"bytesrecv" : 91820,
"conntime" : 1377723511,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 1885,
"banscore" : 0
},
{
"addr" : "77.94.247.50:34209",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724002,
"bytessent" : 104861,
"bytesrecv" : 122505,
"conntime" : 1377723525,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2598,
"banscore" : 0
},
{
"addr" : "77.94.247.50:36129",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377723994,
"bytessent" : 92599,
"bytesrecv" : 106681,
"conntime" : 1377723532,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2602,
"banscore" : 0
},
{
"addr" : "62.43.138.9:60188",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 131884,
"bytesrecv" : 119628,
"conntime" : 1377723540,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2607,
"banscore" : 0
},
{
"addr" : "54.226.8.222:49371",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 113477,
"bytesrecv" : 103685,
"conntime" : 1377723581,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2629,
"banscore" : 0
},
{
"addr" : "91.132.202.107:49975",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 150998,
"bytesrecv" : 135871,
"conntime" : 1377723585,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2631,
"banscore" : 0
},
{
"addr" : "217.25.223.37:63333",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724002,
"bytessent" : 125953,
"bytesrecv" : 104845,
"conntime" : 1377723586,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2631,
"banscore" : 0
},
{
"addr" : "78.46.94.228:12567",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 87387,
"bytesrecv" : 102055,
"conntime" : 1377723598,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : false,
"startingheight" : 2637,
"banscore" : 0
},
{
"addr" : "54.213.159.89:41767",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 84097,
"bytesrecv" : 72002,
"conntime" : 1377723604,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2639,
"banscore" : 0
},
{
"addr" : "82.181.95.237:52089",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724002,
"bytessent" : 112629,
"bytesrecv" : 102087,
"conntime" : 1377723605,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2639,
"banscore" : 0
},
{
"addr" : "88.115.125.26:23846",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 143195,
"bytesrecv" : 131723,
"conntime" : 1377723611,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2642,
"banscore" : 0
},
{
"addr" : "82.27.224.59:58277",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 102675,
"bytesrecv" : 95639,
"conntime" : 1377723643,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2661,
"banscore" : 0
},
{
"addr" : "65.61.116.103:54472",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 64712,
"bytesrecv" : 50981,
"conntime" : 1377723659,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2672,
"banscore" : 0
},
{
"addr" : "77.94.247.50:8673",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377723999,
"bytessent" : 117439,
"bytesrecv" : 100758,
"conntime" : 1377723661,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2672,
"banscore" : 0
},
{
"addr" : "65.61.116.103:43271",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 147055,
"bytesrecv" : 89986,
"conntime" : 1377723663,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 1166,
"banscore" : 0
},
{
"addr" : "77.94.247.50:8641",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377723989,
"bytessent" : 63778,
"bytesrecv" : 70668,
"conntime" : 1377723664,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2660,
"banscore" : 0
},
{
"addr" : "77.94.247.50:8833",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377723999,
"bytessent" : 81309,
"bytesrecv" : 73938,
"conntime" : 1377723664,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2674,
"banscore" : 0
},
{
"addr" : "65.61.116.103:54824",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 111394,
"bytesrecv" : 89693,
"conntime" : 1377723667,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 1357,
"banscore" : 0
},
{
"addr" : "217.87.120.107:56542",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 105242,
"bytesrecv" : 84550,
"conntime" : 1377723670,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2679,
"banscore" : 0
},
{
"addr" : "24.8.152.14:55122",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 90109,
"bytesrecv" : 80780,
"conntime" : 1377723670,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2679,
"banscore" : 0
},
{
"addr" : "77.94.247.50:11425",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724002,
"bytessent" : 89025,
"bytesrecv" : 88191,
"conntime" : 1377723671,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2679,
"banscore" : 0
},
{
"addr" : "54.212.116.200:57652",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377723990,
"bytessent" : 51529,
"bytesrecv" : 66633,
"conntime" : 1377723678,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2682,
"banscore" : 0
},
{
"addr" : "62.178.141.85:12567",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 102885,
"bytesrecv" : 90642,
"conntime" : 1377723684,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : false,
"startingheight" : 2430,
"banscore" : 0
},
{
"addr" : "113.71.168.232:19154",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 71734,
"bytesrecv" : 57169,
"conntime" : 1377723684,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2685,
"banscore" : 0
},
{
"addr" : "65.61.116.103:31389",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 107187,
"bytesrecv" : 86085,
"conntime" : 1377723686,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 1516,
"banscore" : 0
},
{
"addr" : "65.61.116.103:31844",
"services" : "00000001",
"lastsend" : 1377723986,
"lastrecv" : 1377724001,
"bytessent" : 86188,
"bytesrecv" : 62933,
"conntime" : 1377723687,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2687,
"banscore" : 0
},
{
"addr" : "98.220.18.202:23399",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 99787,
"bytesrecv" : 81204,
"conntime" : 1377723691,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2690,
"banscore" : 0
},
{
"addr" : "54.218.109.87:49540",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 86755,
"bytesrecv" : 65763,
"conntime" : 1377723705,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2699,
"banscore" : 0
},
{
"addr" : "65.61.116.103:13951",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724001,
"bytessent" : 87878,
"bytesrecv" : 75647,
"conntime" : 1377723717,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2300,
"banscore" : 0
},
{
"addr" : "65.61.116.103:54140",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 80491,
"bytesrecv" : 62052,
"conntime" : 1377723721,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2647,
"banscore" : 0
},
{
"addr" : "77.94.247.50:29089",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377723987,
"bytessent" : 35932,
"bytesrecv" : 38723,
"conntime" : 1377723736,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2698,
"banscore" : 0
},
{
"addr" : "65.61.116.103:15003",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 68111,
"bytesrecv" : 52991,
"conntime" : 1377723742,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2717,
"banscore" : 0
},
{
"addr" : "65.61.116.103:6585",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 58646,
"bytesrecv" : 51746,
"conntime" : 1377723745,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2720,
"banscore" : 0
},
{
"addr" : "81.210.155.43:49540",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 63907,
"bytesrecv" : 61692,
"conntime" : 1377723766,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2733,
"banscore" : 0
},
{
"addr" : "178.5.45.170:49332",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724002,
"bytessent" : 96395,
"bytesrecv" : 73853,
"conntime" : 1377723769,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2736,
"banscore" : 0
},
{
"addr" : "65.61.116.103:7176",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 56488,
"bytesrecv" : 50776,
"conntime" : 1377723779,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2742,
"banscore" : 0
},
{
"addr" : "24.222.191.37:50569",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 68059,
"bytesrecv" : 58573,
"conntime" : 1377723780,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2743,
"banscore" : 0
},
{
"addr" : "65.61.116.103:16590",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 63145,
"bytesrecv" : 35540,
"conntime" : 1377723783,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2001,
"banscore" : 0
},
{
"addr" : "62.178.141.85:2860",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 57640,
"bytesrecv" : 56013,
"conntime" : 1377723789,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2744,
"banscore" : 0
},
{
"addr" : "82.23.246.187:51220",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 64663,
"bytesrecv" : 55197,
"conntime" : 1377723804,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2759,
"banscore" : 0
},
{
"addr" : "65.61.116.103:63526",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 58694,
"bytesrecv" : 47142,
"conntime" : 1377723806,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2760,
"banscore" : 0
},
{
"addr" : "65.61.116.103:48270",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 53236,
"bytesrecv" : 42024,
"conntime" : 1377723816,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2766,
"banscore" : 0
},
{
"addr" : "89.142.88.37:50268",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724002,
"bytessent" : 57584,
"bytesrecv" : 46362,
"conntime" : 1377723824,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2771,
"banscore" : 0
},
{
"addr" : "71.77.233.192:60612",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 60067,
"bytesrecv" : 50982,
"conntime" : 1377723831,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2776,
"banscore" : 0
},
{
"addr" : "65.61.116.103:51481",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 52112,
"bytesrecv" : 35238,
"conntime" : 1377723834,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2778,
"banscore" : 0
},
{
"addr" : "64.238.233.89:57185",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 43120,
"bytesrecv" : 31706,
"conntime" : 1377723866,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2800,
"banscore" : 0
},
{
"addr" : "77.94.247.50:2626",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377723990,
"bytessent" : 17391,
"bytesrecv" : 35727,
"conntime" : 1377723868,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2757,
"banscore" : 0
},
{
"addr" : "203.17.236.101:33164",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 43656,
"bytesrecv" : 33723,
"conntime" : 1377723877,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2808,
"banscore" : 0
},
{
"addr" : "65.61.116.103:9175",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 32354,
"bytesrecv" : 27021,
"conntime" : 1377723878,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2808,
"banscore" : 0
},
{
"addr" : "78.87.12.134:42293",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724001,
"bytessent" : 38604,
"bytesrecv" : 28091,
"conntime" : 1377723882,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2811,
"banscore" : 0
},
{
"addr" : "65.61.116.103:14663",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 30219,
"bytesrecv" : 25029,
"conntime" : 1377723900,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2823,
"banscore" : 0
},
{
"addr" : "46.98.135.50:50070",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 37537,
"bytesrecv" : 25413,
"conntime" : 1377723905,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2826,
"banscore" : 0
},
{
"addr" : "85.228.195.71:33083",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 28268,
"bytesrecv" : 18075,
"conntime" : 1377723907,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2828,
"banscore" : 0
},
{
"addr" : "65.61.116.103:59647",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 21081,
"bytesrecv" : 17156,
"conntime" : 1377723914,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2830,
"banscore" : 0
},
{
"addr" : "65.61.116.103:40986",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 23606,
"bytesrecv" : 17131,
"conntime" : 1377723927,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2838,
"banscore" : 0
},
{
"addr" : "198.84.188.113:56884",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724002,
"bytessent" : 12309,
"bytesrecv" : 10271,
"conntime" : 1377723955,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2856,
"banscore" : 0
},
{
"addr" : "65.61.116.103:24286",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 15360,
"bytesrecv" : 10302,
"conntime" : 1377723956,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2857,
"banscore" : 0
},
{
"addr" : "178.191.181.53:57418",
"services" : "00000001",
"lastsend" : 1377723990,
"lastrecv" : 1377724001,
"bytessent" : 17153,
"bytesrecv" : 12479,
"conntime" : 1377723957,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2857,
"banscore" : 0
},
{
"addr" : "65.61.116.103:60844",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 8292,
"bytesrecv" : 5856,
"conntime" : 1377723964,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2862,
"banscore" : 0
},
{
"addr" : "65.61.116.102:16577",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 7943,
"bytesrecv" : 6042,
"conntime" : 1377723967,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2863,
"banscore" : 0
},
{
"addr" : "65.61.116.103:58332",
"services" : "00000001",
"lastsend" : 1377723987,
"lastrecv" : 1377724001,
"bytessent" : 10340,
"bytesrecv" : 5184,
"conntime" : 1377723968,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2863,
"banscore" : 0
},
{
"addr" : "77.94.247.50:33089",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377723998,
"bytessent" : 2082,
"bytesrecv" : 1412,
"conntime" : 1377723986,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2870,
"banscore" : 0
},
{
"addr" : "65.61.116.103:35543",
"services" : "00000001",
"lastsend" : 1377723989,
"lastrecv" : 1377724001,
"bytessent" : 2021,
"bytesrecv" : 1695,
"conntime" : 1377723987,
"version" : 70001,
"subver" : "/Satoshi:0.8.3/",
"inbound" : true,
"startingheight" : 2876,
"banscore" : 0
},
{
"addr" : "178.191.181.53:62735",
"services" : "00000000",
"lastsend" : 0,
"lastrecv" : 1377723992,
"bytessent" : 0,
"bytesrecv" : 124,
"conntime" : 1377723992,
"version" : 0,
"subver" : "",
"inbound" : true,
"startingheight" : -1,
"banscore" : 0
}
]

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 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 ... 69 »
  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!