socoban
|
|
October 23, 2014, 05:19:06 PM |
|
Is there working DBL explorer? How many coins is mined already? What is the difficulty?
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
October 30, 2014, 03:06:46 PM |
|
doubloons getinfo { "version" : 120000, "protocolversion" : 70002, "walletversion" : 60000, "balance" : 1.30314164, "blocks" : 490894, "timeoffset" : 0, "connections" : 2, "proxy" : "", "difficulty" : 0.64289708, "testnet" : false, "keypoololdest" : 1412498457, "keypoolsize" : 101, "paytxfee" : 0.00000000, "mininput" : 0.00001000, "errors" : "" }
6,77 coin per block = 3 323 352,38 coins mined.
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
October 31, 2014, 02:37:21 PM |
|
Pushed commit that allow "old" clients to connect, missed it earlier... Got 6 new connections instantly ;] https://github.com/Rav3nPL/doubloons-08
|
|
|
|
peter378
Member
Offline
Activity: 86
Merit: 10
|
|
October 31, 2014, 02:54:06 PM |
|
any revive happening on this, another coin that would be a pity to let die?
"let" ? i think we past that long ago kelsey lol hey why I still own some its not dead honestly named too It's still trading on Cryptsy. That keeps it half alive even if the wallet breaks.
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
October 31, 2014, 08:25:46 PM |
|
Diff doubled and still rising, some miners waked up ;]
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
November 05, 2014, 09:30:32 PM |
|
Looks like not many users have open port 1336 or use UPnP ./dbl getpeerinfo| grep addr "addr" : "70.98.114.237:1336", "addr" : "68.231.38.34:1336", "addr" : "178.63.47.207:60995", "addr" : "69.172.231.60:57542", "addr" : "81.195.148.82:51682", "addr" : "91.235.254.37:1336", "addr" : "167.160.36.184:56731", "addr" : "176.209.211.175:52729", "addr" : "82.200.205.106:38228", "addr" : "46.151.21.226:53008", "addr" : "207.161.3.73:1336", "addr" : "91.237.77.7:49051", "addr" : "109.154.61.32:36947", "addr" : "50.128.154.237:36816",
Only 4 nodes out, 10 in...
|
|
|
|
TrinityCoin
|
|
December 14, 2014, 05:53:42 AM |
|
any revive happening on this, another coin that would be a pity to let die?
"let" ? i think we past that long ago kelsey lol You obviously did not read the thread. Go away... I'm pretty sure just about everyone has had enough of your nonsense.
|
|
|
|
TrinityCoin
|
|
December 14, 2014, 05:55:24 AM |
|
Is there a new client that doesnt drop nodes?
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
December 14, 2014, 09:55:23 AM |
|
If you have trouble bootstrapping you can modify your doubloons.conf Node gets 100 points for each bad block (10 pts in my code), bantime is in seconds. It will allow to bootstrap faster, but you should remove those lines from config when it reach current blocks. It is dropping nodes because of changes in diff adjustment and on few points it was down rapidly so deamon is thinking that node is sending bad blocks when they are not yet connected to main chain. You can see it in debug.log .
|
|
|
|
sawa
Legendary
Offline
Activity: 1308
Merit: 1011
|
|
January 12, 2015, 07:52:59 AM |
|
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
January 12, 2015, 11:04:43 AM Last edit: January 12, 2015, 11:31:46 AM by rav3n_pl |
|
How it is possible, that you not have any peers connected? What code ure using?
edit: sorry, my node was offline...
|
|
|
|
sawa
Legendary
Offline
Activity: 1308
Merit: 1011
|
|
January 12, 2015, 08:16:00 PM Last edit: January 12, 2015, 08:29:26 PM by sawa |
|
How it is possible, that you not have any peers connected? What code ure using?
edit: sorry, my node was offline...
doubloons=math.Object( PARENT=networks.nets['doubloons'], SHARE_PERIOD=5, # seconds target spacing CHAIN_LENGTH=12*60*60//5, # shares REAL_CHAIN_LENGTH=12*60*60//5, # shares TARGET_LOOKBEHIND=20, # blocks SPREAD=30, # blocks IDENTIFIER='fe43a6b9f6924a10'.decode('hex'), PREFIX='fe8f19aba6d7729a'.decode('hex'), P2P_PORT=8346, MIN_TARGET=0, MAX_TARGET=2**256//2**20 - 1, PERSIST=False, WORKER_PORT=8345, BOOTSTRAP_ADDRS='p2pool-eu.gotgeeks.com p2pool-us.gotgeeks.com rav3n.dtdns.net doge.dtdns.net pool.hostv.pl p2pool.org p2pool.gotgeeks.com p2pool.dtdns.net solidpool.org crypto.office-on-the.net'.split(' '), ANNOUNCE_CHANNEL='#p2pool-alt', VERSION_CHECK=lambda v: True, ), doubloons=math.Object( P2P_PREFIX='fcd9b7dd'.decode('hex'), P2P_PORT=1336, ADDRESS_VERSION=24, RPC_PORT=1337, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'doubloons address' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), SUBSIDY_FUNC=lambda height: 1*100000000 >> (height + 1)//1080000, POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)), BLOCK_PERIOD=30, # s targetspacing SYMBOL='DBL', CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'doubloons') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Doubloons/') if platform.system() == 'Darwin' else os.path.expanduser('~/.doubloons'), 'doubloons.conf'), BLOCK_EXPLORER_URL_PREFIX='http://explorer.doubloons.net/block/', ADDRESS_EXPLORER_URL_PREFIX='http://explorer.doubloons.net/address/', TX_EXPLORER_URL_PREFIX='http://explorer.doubloons.net/transaction/', SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1), DUMB_SCRYPT_DIFF=2**16, DUST_THRESHOLD=0.001e8, ),
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
January 20, 2015, 11:55:25 AM |
|
Updated code on my github fork, io-eightyeight did a great work adding more doubloons to litecoin code My node found 8 connections from start (I deleted my peers.dat to check how it connect), but if you have troubles: addnode=70.98.114.237 addnode=192.99.37.133 addnode=46.242.90.51 addnode=198.46.134.140
git: https://github.com/Rav3nPL/doubloons-08linux daemon and QT is compiling, but I have troubles to make windows build on gitian :/ Maybe will try to build under windows directly...
|
|
|
|
hexdump
Full Member
Offline
Activity: 134
Merit: 100
(-(-_(-_-)_-)-)
|
|
January 25, 2015, 04:45:19 PM |
|
Updated code on my github fork, io-eightyeight did a great work adding more doubloons to litecoin code My node found 8 connections from start (I deleted my peers.dat to check how it connect), but if you have troubles: addnode=70.98.114.237 addnode=192.99.37.133 addnode=46.242.90.51 addnode=198.46.134.140
git: https://github.com/Rav3nPL/doubloons-08linux daemon and QT is compiling, but I have troubles to make windows build on gitian :/ Maybe will try to build under windows directly... is this mandatory update ot i can still use "version" : 110000?
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
January 26, 2015, 05:36:31 PM |
|
You can use v11, my version is "just" code update, ie better block db handling.
|
|
|
|
irokes
Newbie
Offline
Activity: 41
Merit: 0
|
|
January 30, 2015, 08:15:00 AM |
|
where is v11 windows binary?
|
|
|
|
|
irokes
Newbie
Offline
Activity: 41
Merit: 0
|
|
January 30, 2015, 09:04:04 PM |
|
node please, only one connection from this: addnode=69.85.86.195 addnode=91.235.254.37:8345 addnode=rav3n.dtdns.net:8345 addnode=92.5.105.68 addnode=192.99.7.23 addnode=192.186.136.118 addnode=5.165.42.147 addnode=66.189.83.47 addnode=88.161.131.83 addnode=62.194.155.87 addnode=70.98.114.237 addnode=46.151.21.226 addnode=176.31.128.78 addnode=91.237.77.7 addnode=174.53.218.230 addnode=andarazoroflove.org addnode=explorer.doubloons.net addnode=9.147.229.226:1336 addnode=122.244.227.12:1336 addnode=5.249.152.30:1336 addnode=184.155.113.224 addnode=altcha.in addnode=69.147.229.226:1336 addnode=184.155.114.216:1336 addnode=178.151.61.164 addnode=192.99.44.51:1336 addnode=192.99.37.133 addnode=46.242.90.51 addnode=198.46.134.140 addnode=217.24.189.155 addnode=70.98.114.229 addnode=91.235.254.37 addnode=46.4.98.205 addnode=128.199.204.144 addnode=71.162.169.212 addnode=138.100.48.9 addnode=192.99.44.51 addnode=62.84.249.76 addnode=99.248.212.33 addnode=188.226.239.106 addnode=188.81.86.33 addnode=74.57.153.8 addnode=95.166.151.96 addnode=95.69.228.171 addnode=62.84.249.76:58521 addnode=128.199.204.144:33192 addnode=110.66.40.132:59800 addnode=2.81.159.208:18944 addnode=99.162.89.78:61786 addnode=207.161.3.73:55143 addnode=24.101.124.216:58753 addnode=194.65.138.120:23355 addnode=94.251.30.161:55158 addnode=46.151.21.226:34232 addnode=204.11.237.74:59747 addnode=91.211.109.187:54830 addnode=seed1.coinlab.info addnode=seed2.coinlab.info addnode=seed3.coinlab.info addnode=seed4.coinlab.info addnode=195.130.216.149:8345
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
January 30, 2015, 11:30:44 PM |
|
|
|
|
|
irokes
Newbie
Offline
Activity: 41
Merit: 0
|
|
February 01, 2015, 11:07:58 AM Last edit: February 01, 2015, 07:17:02 PM by irokes |
|
i need nodes. only 3 connection and 50% blocks is rejected.
maybe have a pool somewhere?
|
|
|
|
|