Bitcoin Forum
May 06, 2024, 04:36:51 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 ... 261 »
  Print  
Author Topic: [ANN][CRW] CROWN (MN-PoS) | Platform | NFT framework | Governance | Masternodes  (Read 316607 times)
TillKoeln
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
October 08, 2014, 05:01:51 PM
 #41

i just spend some free time and hash into this coin ...
i am not familiar to the dev.


i would not be worry about it if my chain is wrong
with this diff. retarget time the coin will be maybe useless in my opinion

1714970211
Hero Member
*
Offline Offline

Posts: 1714970211

View Profile Personal Message (Offline)

Ignore
1714970211
Reply with quote  #2

1714970211
Report to moderator
1714970211
Hero Member
*
Offline Offline

Posts: 1714970211

View Profile Personal Message (Offline)

Ignore
1714970211
Reply with quote  #2

1714970211
Report to moderator
1714970211
Hero Member
*
Offline Offline

Posts: 1714970211

View Profile Personal Message (Offline)

Ignore
1714970211
Reply with quote  #2

1714970211
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714970211
Hero Member
*
Offline Offline

Posts: 1714970211

View Profile Personal Message (Offline)

Ignore
1714970211
Reply with quote  #2

1714970211
Report to moderator
1714970211
Hero Member
*
Offline Offline

Posts: 1714970211

View Profile Personal Message (Offline)

Ignore
1714970211
Reply with quote  #2

1714970211
Report to moderator
1714970211
Hero Member
*
Offline Offline

Posts: 1714970211

View Profile Personal Message (Offline)

Ignore
1714970211
Reply with quote  #2

1714970211
Report to moderator
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
October 08, 2014, 05:03:20 PM
 #42

Probably because you did not delete the peers.dat

There is no node in the source or the compiled wallet

I created 2 folders and runing wallet with -datadir=path1 with first copy of wallet and -datadir=path2 with another copy
So they didn't use the same files.

Now I have deleted ALL and started with empty folder:

{
"blocks" : 356,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 1.00000000,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 745881244,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}


for me still:

{
    "version" : 90200,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 2,
    "proxy" : "",
    "difficulty" : 1.00000000,
    "testnet" : false,
    "keypoololdest" : 1412787001,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
TillKoeln
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
October 08, 2014, 05:07:27 PM
 #43

to my wallet are ....



"addr" : "178.214.175.244:52548",
"addr" : "50.123.131.194:19872",
"addr" : "193.219.117.63:26244",
"addr" : "159.118.11.101:9340",

connected

scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
October 08, 2014, 05:13:00 PM
 #44

Code:
 crowncoind getpeerinfo
[
    {
        "addr" : "88.86.101.45:9340",
        "services" : "00000001",
        "lastsend" : 1412788456,
        "lastrecv" : 1412788456,
        "bytessent" : 23681,
        "bytesrecv" : 117636,
        "conntime" : 1412788303,
        "pingtime" : 0.00000000,
        "version" : 70002,
        "subver" : "/Satoshi:0.9.2/",
        "inbound" : false,
        "startingheight" : 409,
        "banscore" : 0,
        "syncnode" : true
    },
    {
        "addr" : "109.108.104.222:9340",
        "services" : "00000001",
        "lastsend" : 1412788449,
        "lastrecv" : 1412788456,
        "bytessent" : 344,
        "bytesrecv" : 2109,
        "conntime" : 1412788305,
        "pingtime" : 0.00000000,
        "version" : 70002,
        "subver" : "/Satoshi:0.9.2/",
        "inbound" : false,
        "startingheight" : 409,
        "banscore" : 0,
        "syncnode" : false
    },
    {
        "addr" : "87.78.252.211:9340",
        "services" : "00000000",
        "lastsend" : 1412788426,
        "lastrecv" : 0,
        "bytessent" : 125,
        "bytesrecv" : 0,
        "conntime" : 1412788426,
        "pingtime" : 0.00000000,
        "version" : 0,
        "subver" : "",
        "inbound" : false,
        "startingheight" : -1,
        "banscore" : 0,
        "syncnode" : false
    }
]

addnode=crw.coin-miners.info

jeliman (OP)
Full Member
***
Offline Offline

Activity: 227
Merit: 125


View Profile WWW
October 08, 2014, 05:18:16 PM
 #45

nodes should connect automatically, but it seems to be issue for some....

and Im not a dev, I discuss it with devs, they say it works for them...

jeliman (OP)
Full Member
***
Offline Offline

Activity: 227
Merit: 125


View Profile WWW
October 08, 2014, 05:21:51 PM
 #46

what about webpage cache ? you might be downloading the old wallet ?

Blazr2
Full Member
***
Offline Offline

Activity: 218
Merit: 105



View Profile
October 08, 2014, 05:27:50 PM
Last edit: October 08, 2014, 05:39:31 PM by Blazr2
 #47

here's nodes working for me:

addnode=87.78.252.211:56724
addnode=193.219.117.63:9340
addnode=178.214.175.244:53216

Dev, adding a list of working nodes to your main post will make it easier for people to connect. Dev, how long until exchange?
jeliman (OP)
Full Member
***
Offline Offline

Activity: 227
Merit: 125


View Profile WWW
October 08, 2014, 05:42:13 PM
 #48

holly shit, it seems I f...d it up, there is the old version on the web

jeliman (OP)
Full Member
***
Offline Offline

Activity: 227
Merit: 125


View Profile WWW
October 08, 2014, 05:51:06 PM
 #49

try now please and dont hate me.....  Cry

jeliman (OP)
Full Member
***
Offline Offline

Activity: 227
Merit: 125


View Profile WWW
October 08, 2014, 05:55:11 PM
 #50

working now?

My team hates me a bit.....

scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
October 08, 2014, 06:05:14 PM
 #51

holly shit, it seems I f...d it up, there is the old version on the web

Wtf , so now my pool is on the wrong fork Huh

kamilosa
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
October 08, 2014, 06:05:29 PM
 #52

I am synced ok.
garmin
Hero Member
*****
Offline Offline

Activity: 550
Merit: 501


View Profile
October 08, 2014, 06:08:43 PM
 #53

what block is it on?
Blazr2
Full Member
***
Offline Offline

Activity: 218
Merit: 105



View Profile
October 08, 2014, 06:08:52 PM
 #54

How long until diff adjusts? How long until Exchange? Do you have any services planned?

Code:
"version" : 90200,
"protocolversion" : 70002,
"walletversion" : 60000,
"blocks" : 2781,
"timeoffset" : -26,
"connections" : 6,
"proxy" : "",
"difficulty" : 1.00000000,
"testnet" : false,
"keypoololdest" : 1412791517,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"relayfee" : 0.00001000,
"errors" : "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."
Feri22
Hero Member
*****
Offline Offline

Activity: 748
Merit: 500


View Profile
October 08, 2014, 06:11:59 PM
 #55

what block is it on?

2942
Feri22
Hero Member
*****
Offline Offline

Activity: 748
Merit: 500


View Profile
October 08, 2014, 06:13:29 PM
 #56

i am synced and mining...you have to download the updated wallet from the website, it should work
Blazr2
Full Member
***
Offline Offline

Activity: 218
Merit: 105



View Profile
October 08, 2014, 06:35:48 PM
Last edit: October 08, 2014, 07:03:03 PM by Blazr2
 #57

4200 5000+ blocks, still diff 1. I smell re-re-re-relaunch. How about share the source so we can see what's broken?

I call it, this one is DEAD. If you feel like forking in KGW, contact me I'm game for a small fee.
rossr1
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250



View Profile
October 08, 2014, 06:51:59 PM
 #58

is there a noobs guide to setting this up to solo mine , cheers
kamilosa
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
October 08, 2014, 06:54:10 PM
 #59

4200 blocks, still diff 1. I smell re-re-re-relaunch. How about share the source so we can see what's broken?
You can find the source here https://github.com/Climbee/crowncoin .

Blazr2
Full Member
***
Offline Offline

Activity: 218
Merit: 105



View Profile
October 08, 2014, 06:56:58 PM
 #60

4200 blocks, still diff 1. I smell re-re-re-relaunch. How about share the source so we can see what's broken?
You can find the source here https://github.com/Climbee/crowncoin .



Code:
static const int64_t nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
static const int64_t nTargetSpacing = 1 * 60;
static const int64_t nInterval = nTargetTimespan / nTargetSpacing;

Ooops, that's 20160 blocks to diff adjustment.
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 ... 261 »
  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!