Pages:
Author

Topic: [DBL] Doubloons: Pirate Currency - page 9. (Read 139884 times)

legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
October 23, 2015, 06:29:58 AM
https://github.com/Rav3nPL/doubloons-0.10/blob/master-0.10/src/chainparams.cpp
lines 151, 152
Block time: 1 minute
Retarget: 12 hours
newbie
Activity: 41
Merit: 0
October 23, 2015, 04:24:58 AM
diff adjustments targeted for twice per day or not?
sr. member
Activity: 328
Merit: 250
October 18, 2015, 04:16:17 PM
any block explorer?

thanks

$1435 DBL/LTC trading volume at Cryptsy (over the last 30 days) http://alt19.com/19/cryptocurrency.php
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
October 13, 2015, 01:12:26 PM
My v12 Windows build is connected to nodes:
Code:
addnode=91.235.254.37
addnode=54.77.71.83
addnode=158.255.89.244
addnode=192.52.166.35
addnode=93.100.107.4
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
October 03, 2015, 10:22:21 AM
All is working for me... (I`m on v13)
Try connect to peer IPs from last code block (put only IP for addnode command, w/o port) and remember to open TCP port 1336 Smiley
Code:
2015-10-03 15:09:49 UpdateTip: new best=0b9aa971f276b2447e63aac1e9a5b7533738292365d7959604a2324b493af067  height=935479  log2_work=51.627355  tx=994964  date=2015-10-03 15:14:09 progress=1.000004  cache=40
2015-10-03 15:09:49 CreateNewBlock(): total size 1000
2015-10-03 15:10:27 UpdateTip: new best=5f4df35e21f181c8316bdc2da9b71f35ca4d8c3449294d8670433d6ae56c55fa  height=935480  log2_work=51.627362  tx=994965  date=2015-10-03 15:14:46 progress=1.000004  cache=41
2015-10-03 15:10:27 CreateNewBlock(): total size 1000
2015-10-03 15:11:11 UpdateTip: new best=4b69687e0a5da13e8fea2a603e8e801b72b033c54b25ea7a286f9d5cb6d54319  height=935481  log2_work=51.627369  tx=994966  date=2015-10-03 15:15:42 progress=1.000005  cache=42
2015-10-03 15:11:11 CreateNewBlock(): total size 1000
2015-10-03 15:11:29 connect() to 46.151.21.226:1336 failed after select(): Connection refused (111)
2015-10-03 15:12:00 ResendWalletTransactions()
2015-10-03 15:12:31 UpdateTip: new best=1133d4f88bcc0bec905f953616652d688b37039650bfa5732f9e605019b9c165  height=935482  log2_work=51.627376  tx=994967  date=2015-10-03 15:16:22 progress=1.000004  cache=43
2015-10-03 15:12:31 CreateNewBlock(): total size 1000
Code:
doubloons-cli getinfo
{
    "version" : 100202,
    "protocolversion" : 70003,
    "walletversion" : 60000,

    "blocks" : 935482,
    "timeoffset" : 302,
    "connections" : 19,
    "proxy" : "",
    "difficulty" : 3.86321911,
    "testnet" : false,
    "keypoololdest" : 1412498457,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00100000,
    "errors" : ""
}
Code:
/doubloons-cli getpeerinfo |grep 'addr" :'
        "addr" : "127.0.0.1:51489",
        "addr" : "91.237.77.7:36460",
        "addr" : "158.255.89.244:56303",
        "addr" : "204.11.237.233:60748",
        "addr" : "195.177.74.50:28892",
        "addr" : "5.164.52.27:56613",
        "addr" : "178.63.47.207:60856",
        "addr" : "192.95.29.214:53833",
        "addr" : "104.172.24.79:61771",
        "addr" : "194.44.203.196:36024",
        "addr" : "88.106.30.15:63718",
        "addr" : "[2001:0:5ef5:79fb:33:f03:a795:e1f0]:1336",
        "addr" : "[2605:e000:141d:40c3:1995:b9a2:2e66:b6cf]:1336",
        "addr" : "[2001:0:53aa:64c:3cdc:2270:c9b2:b8ac]:40841",
        "addr" : "70.163.93.56:53485",
        "addr" : "87.225.71.71:54699",
        "addr" : "109.154.61.123:42600",
        "addr" : "93.100.107.4:62351",
        "addr" : "207.154.20.231:56958",
newbie
Activity: 41
Merit: 0
October 03, 2015, 02:57:50 AM
v12 not synh, stop on 930050 block, try ressynchronize all blockchain, but 1-3 connect node only


[
{
"addr" : "91.237.77.7:1336",
"services" : "00000003",
"lastsend" : 1443858870,
"lastrecv" : 1443858873,
"bytessent" : 19212,
"bytesrecv" : 235562,
"blocksrequested" : 0,
"conntime" : 1443858869,
"version" : 80000,
"subver" : "/Satoshi:0.12.0/",
"inbound" : false,
"startingheight" : 935200,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "91.235.254.37:1336",
"services" : "00000001",
"lastsend" : 1443858875,
"lastrecv" : 1443858878,
"bytessent" : 205,
"bytesrecv" : 1859,
"blocksrequested" : 0,
"conntime" : 1443858874,
"version" : 70003,
"subver" : "/Satoshi:0.10.2.2/",
"inbound" : false,
"startingheight" : 935200,
"banscore" : 0
}
]

where download all blockchain? maibe torrrent, depositefiles?
or maibe help with active nodes?
member
Activity: 117
Merit: 10
BinPool Admin
September 29, 2015, 07:20:33 AM
what to do with this error? - This version is obsolete, upgrade required!

But wallet work ok. Now wallet version - 12
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
September 29, 2015, 06:26:25 AM
History of DBL Code:
https://github.com/Doubloons/doubloons first code, removed from github
https://github.com/razorlove/doubloons v9, v10 (0.65 BTC/LTC code base)
https://github.com/Rav3nPL/doubloons-08 v12 (0.875 BTC/LTC code base)
https://github.com/Rav3nPL/doubloons-0.10 v13 (0.10.2 BTC/LTC code base) - work in progress

Versions prior v12 will be obsolete because BIP066 - they can be used as wallet, but blocks produced will be orphaned/rejected.
v13 is NOT connecting to versions prior v12

On v13 I still have troubles witch syncing first few tenth thousand of blocks (client need be restarted few times to complete sync, even when do it from bootstrap file). I think about dirty hack to disable POW checking (this causes dropping peers) till block 140`000
Code:
"0xfcfd03560902a1b0ae6ba0de86a0992182600d57825b7a9e301fcca77e434c2c"
- last hard-coded checkpoint in v9/v10.
Hopefully it will make sync smooth and easy like it should be.

v12 windows binary can be found on my OneDrive.

v13 is still very early, it have no strings replaced, so it is still "litecoin", but working on proper network and data directory. I`m using it as daemon for my P2Pool node.
member
Activity: 117
Merit: 10
BinPool Admin
September 29, 2015, 04:57:35 AM
guys please take link on source wallet v13

My wallet write - Warning: This version is obsolete, upgrade required!
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
September 27, 2015, 08:35:15 AM
Cut port numbers, because if you have incoming connection port number is not the same as listen port.
Default is 1336, but not everyone have properly opened/forwarded it.
Try use this four:
Quote
addnode=52.19.133.84
addnode=158.255.89.244
addnode=91.237.77.7
addnode=91.235.254.37
1st one is my VPS on AWS (but it is killed form time to time for unknown reason), last is my home PC.
full member
Activity: 134
Merit: 100
(-(-_(-_-)_-)-)
September 26, 2015, 12:46:32 PM
what about active nodes? only 1 connect

maybe this helps
i have 9 connections to my full node

addnode=91.235.254.37:1336
addnode=91.237.77.7:1336
addnode=109.154.61.123:33090
addnode=70.163.93.48:35625
addnode=194.44.203.196:57003
addnode=71.12.214.212:61012
addnode=178.63.47.207:55285
addnode=204.11.237.233:54587
addnode=158.255.89.244:42446
newbie
Activity: 41
Merit: 0
September 24, 2015, 01:38:01 PM
what about active nodes? only 1 connect
full member
Activity: 134
Merit: 100
(-(-_(-_-)_-)-)
September 08, 2015, 02:37:13 PM
any updates on v13 ?
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
August 28, 2015, 03:55:34 PM
Still on my skydrive: http://1drv.ms/1PXHEbF
newbie
Activity: 41
Merit: 0
August 25, 2015, 02:00:03 PM
where is v12 windows binary?
sr. member
Activity: 328
Merit: 250
August 23, 2015, 03:38:48 PM
Esto Perpetua ?
full member
Activity: 134
Merit: 100
(-(-_(-_-)_-)-)
August 12, 2015, 02:58:57 PM
Why not default :1336?

changed to default port
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
August 11, 2015, 02:52:00 AM
Why not default :1336?
full member
Activity: 134
Merit: 100
(-(-_(-_-)_-)-)
August 10, 2015, 05:00:44 PM
permanent node -> 178.62.70.211:1336
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
August 08, 2015, 04:43:06 PM
Please s1 that have running some static IP server to post it there, looks like we have some issues witch nodes that are accepting incomming connections.
At the moment I have only one outgoing: 91.237.77.7, plus mine 91.235.254.37 (but mine is not 100% uptime sadly).
Pages:
Jump to: