Bitcoin Forum
May 14, 2024, 02:25:04 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 64 65 66 67 68 69 70 ... 111 »
  Print  
Author Topic: [ANN] [DOLP] ★★DolphinCoin★★| The First Decentralized Angel Investing Blockchain  (Read 166329 times)
DOLPCOIN (OP)
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
June 15, 2014, 02:26:19 PM
Last edit: June 15, 2014, 02:36:58 PM by DOLPCOIN
 #381

My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.

Please download new wallet here Window qt 1.0.0.1: http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715653504
Hero Member
*
Offline Offline

Posts: 1715653504

View Profile Personal Message (Offline)

Ignore
1715653504
Reply with quote  #2

1715653504
Report to moderator
1715653504
Hero Member
*
Offline Offline

Posts: 1715653504

View Profile Personal Message (Offline)

Ignore
1715653504
Reply with quote  #2

1715653504
Report to moderator
1715653504
Hero Member
*
Offline Offline

Posts: 1715653504

View Profile Personal Message (Offline)

Ignore
1715653504
Reply with quote  #2

1715653504
Report to moderator
susan234
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
June 15, 2014, 02:27:47 PM
 #382

why  i don't receive the coins?
Datetime   Forumid   nickname   DOLP Address   Activity   DOLP Amount   TX
514   2014-06-15 13:54:37   200559   susan234   DH1FFVmjrDWb5q3bjYqQUVNpFiLiprrPeb   157   31400   416e668e4e40a42990c75f66b41d3ac96a61b06e439d12abd96eca6477ef4b5d

sumone
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 15, 2014, 02:33:43 PM
 #383

Is there a dophincoin block explorer yet?
allcoinminer
Hero Member
*****
Offline Offline

Activity: 784
Merit: 504


View Profile
June 15, 2014, 02:39:29 PM
 #384

My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.

Please download new wallet here Window qt 1.0.0.1: http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar

Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
DOLPCOIN (OP)
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
June 15, 2014, 02:51:50 PM
 #385

My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.

Please download new wallet here Window qt 1.0.0.1: http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar

Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
        return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform


And we have fixed it by changing the nVersion from 1 to 3.
Quote
-    static const int CURRENT_VERSION=1;
 +    static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888
allcoinminer
Hero Member
*****
Offline Offline

Activity: 784
Merit: 504


View Profile
June 15, 2014, 02:57:26 PM
 #386

My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.

Please download new wallet here Window qt 1.0.0.1: http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar

Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
        return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform


And we have fixed it by changing the nVersion from 1 to 3.
Quote
-    static const int CURRENT_VERSION=1;
 +    static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888

+ThumpsUp
Timeline
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


TokenHouse decentralized cryptocurrency exchange


View Profile
June 15, 2014, 03:00:51 PM
 #387

My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.

Please download new wallet here Window qt 1.0.0.1: http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar

Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
        return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform


And we have fixed it by changing the nVersion from 1 to 3.
Quote
-    static const int CURRENT_VERSION=1;
 +    static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888

Thank you!  Smiley

WalkerLi
Full Member
***
Offline Offline

Activity: 238
Merit: 100

hello world, hello crypto


View Profile
June 15, 2014, 03:04:21 PM
 #388

My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.

Please download new wallet here Window qt 1.0.0.1: http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar

Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
        return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform


And we have fixed it by changing the nVersion from 1 to 3.
Quote
-    static const int CURRENT_VERSION=1;
 +    static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888

wow, thank you, activity dev is nice to a coin

zmija
Hero Member
*****
Offline Offline

Activity: 676
Merit: 500



View Profile
June 15, 2014, 03:11:30 PM
 #389

Hi sig updated Smiley

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

Activity: 68
Merit: 10


View Profile WWW
June 15, 2014, 03:12:05 PM
 #390

My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.

Please download new wallet here Window qt 1.0.0.1: http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar

Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
        return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform


And we have fixed it by changing the nVersion from 1 to 3.
Quote
-    static const int CURRENT_VERSION=1;
 +    static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888
Good work dev. I appreciate it.
deadley
Legendary
*
Offline Offline

Activity: 2562
Merit: 1064


View Profile
June 15, 2014, 03:23:34 PM
 #391

My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.

Please download new wallet here Window qt 1.0.0.1: http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar

Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
        return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform


And we have fixed it by changing the nVersion from 1 to 3.
Quote
-    static const int CURRENT_VERSION=1;
 +    static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888

Thanks for update, now its working fine.

myhoho
Legendary
*
Offline Offline

Activity: 1162
Merit: 1008



View Profile
June 15, 2014, 03:29:41 PM
 #392

 I ike the distribution model. Hope we will have something like this outside of bct, I guess developpers fund might be used for that purpose.

██████▄  ▄▄▄█████████▄▄▄         
██████████████████████████▄▄     
█████████████████████████████▄   
▄███████████████████████████████ 
▄▄███▄     ▄██████████  ████████▀▀▀██████████
▄██████   ████████████  ████████   ███████████
▄████████▀   █████████    ██    ████████▀▀▀███████
▀████▄  ▄   ████████████  ████████████   ███████
▀████▀     ▀██████████  █████████████████████
▀███████████████████████████████ 
█████████████████████████████▀   
██████████████████████████▀▀     
██████▀  ▀▀▀█████████▀▀▀         
ROCKET

▄▄    ▄▄





▄▄    ▄▄

ENTHRALLING GRAPHICS
● NEW TYPE OF GAMES
100% REFERRAL BONUS
((       ▄▄█████████▄▄
    ▄█████████████████▄
  ▄████████ ██ █████████▄
 ▄█████▀▀▀▀ ▀▀ ▀▀████████▄
▄███████▄   ▄▄▄▄  ▀███████▄
█████████   ████   ████████
█████████         ▀████▀▀██
█████████   ████    ███▄▄██
▀███████▀   ▀▀▀▀   ▄██▀  █▀
 ▀█████▄▄▄▄ ▄▄ ▄▄▄███▀  █▀
  ▀████████ ██ ████▀  ▄█▀
    ▀████████████▀ ▄▄█▀
       ▀▀█████████▀▀
       ▄▄█████████▄▄
    ▄█████████████████▄
  ▄█████████████████████▄
 ▄████▀███████▀   ▀▀▀▄███▄
▄████▌  ▀▀███▌       ▄████▄
█████▀               ██████
█████▄              ███▀▀██
██████▄            ████▄▄██
▀██████▄▄        ▄████▀  █▀
 ▀████▄       ▄██████▀  █▀
  ▀████████████████▀  ▄█▀
    ▀████████████▀ ▄▄█▀
       ▀▀█████████▀▀
       ▄▄█████████▄▄
    ▄█████████████████▄
  ▄██████████▀▀▀▀███████▄
 ▄█████████▀     ████████▄
▄██████████   ████████████▄
█████████        ██████████
█████████▄▄   ▄▄███████▀▀██
███████████   █████████▄▄██
▀██████████   ████████▀  █▀
 ▀█████████   ███████▀  █▀
  ▀████████▄▄▄█████▀  ▄█▀
    ▀████████████▀ ▄▄█▀
       ▀▀█████████▀▀
))
tacee
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
June 15, 2014, 03:32:51 PM
 #393

My wallet stops syncing at block 14060.
Anyone have any idea?

update to latest wallet
Beoga
Legendary
*
Offline Offline

Activity: 2646
Merit: 1141


View Profile
June 15, 2014, 04:23:45 PM
 #394

Very strange thing. One account has more then 1B DOLP. How can this be???
You can see this here http://www.dolpshare.com/index.php/project/showdetail/all/

2014-06-14    16sMvhZ6vtoA1jTZCQqeSds1K18JZrBWha    100664.3518    107656.3379

He got stake 100664.3518 DOLP that means he has about 1B DOLP. 10% of all coins.
Timeline
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


TokenHouse decentralized cryptocurrency exchange


View Profile
June 15, 2014, 04:30:02 PM
 #395

Very strange thing. One account has more then 1B DOLP. How can this be???
You can see this here http://www.dolpshare.com/index.php/project/showdetail/all/

2014-06-14    16sMvhZ6vtoA1jTZCQqeSds1K18JZrBWha    100664.3518    107656.3379

He got stake 100664.3518 DOLP that means he has about 1B DOLP. 10% of all coins.

I have been wondering this too and the fact that how this is possible.

*Sakura*
Legendary
*
Offline Offline

Activity: 1624
Merit: 1005

I wish you all love and profitable investments!!!


View Profile
June 15, 2014, 04:45:21 PM
 #396

Russian thread is updated with wallet version 1.0.0.1.

https://bitcointalk.org/index.php?topic=652904.0
Beoga
Legendary
*
Offline Offline

Activity: 2646
Merit: 1141


View Profile
June 15, 2014, 04:48:14 PM
 #397

Russian thread is updated with wallet version 1.0.0.1.

https://bitcointalk.org/index.php?topic=652904.0

Why do you send it here?
33reg
Full Member
***
Offline Offline

Activity: 231
Merit: 101

xmining.org


View Profile WWW
June 15, 2014, 06:09:12 PM
 #398

14.06.2014 09:02
I got 115K DOLP, but not got BTC dividend!
Why?

deadley
Legendary
*
Offline Offline

Activity: 2562
Merit: 1064


View Profile
June 15, 2014, 06:13:05 PM
 #399

14.06.2014 09:02
I got 115K DOLP, but not got BTC dividend!
Why?

I think dividend only for whom, who are holding dolp share not dolphincoin.

allcoinminer
Hero Member
*****
Offline Offline

Activity: 784
Merit: 504


View Profile
June 15, 2014, 06:22:57 PM
 #400

14.06.2014 09:02
I got 115K DOLP, but not got BTC dividend!
Why?

I think dividend only for whom, who are holding dolp share not dolphincoin.

I brought no shares but got btc yesterday. It took 2 days for me to get btc.
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 64 65 66 67 68 69 70 ... 111 »
  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!