Bitcoin Forum
May 22, 2024, 12:56:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 [444] 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722547 times)
trademark
Legendary
*
Offline Offline

Activity: 1932
Merit: 1003


View Profile
March 16, 2014, 01:13:14 AM
 #8861

Anyone seen this?  https://bitcointalk.org/index.php?topic=516349.0
aNTi-Vlact
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile WWW
March 16, 2014, 01:13:43 AM
 #8862

how do you defend against attackers who try to DOS by requesting to be part of a joined transaction but then fail to sign off on the transaction? This is the big problem with coinjoin that prevents it from scaling well. have you guys solved it somehow?
There is a penalty for leaving the connection before the darksend completes.

And how does that work?

You put up a collateral transaction that only the current master node can cash to get into the pool. If you misbehave in any way, the master node will cash it. Each time that costs 0.1DRK, so it could add up pretty quick if you're attacking it.

Masternode's are chosen randomly using a deterministic algorithm that can't be tampered with. This has a nice side effect, people will want to run full nodes to get the random fees. So we should have a pretty strong base of nodes.

What does it take to run a full node? Do we need more?

DRK - XtBWLQg59NC74oAWf4cA8WNJ7oVHdLenWM
http://qoinpro.com/c8a74da12efdfdcfa9b3b4c19c2e8042
tifozi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
March 16, 2014, 01:15:30 AM
 #8863


Yes a few pages back Link

And it is just a start. Watch their first fork for DGW.
enzo86
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 16, 2014, 01:16:05 AM
 #8864

OK WTF.....can get my p2pool node forked....

Killed darkcoind, did a new git clone, new build, rmed old darkcoind, removed everything in the .darkcoind folder other than the wallet.dat file.

restarted darkcoind, let it sync and its hung up on block 34139 ? 

GIT CLONE was from here: https://github.com/evan82/darkcoin.git

WTF!!

darkcoind getinfo
{
    "version" : 90000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 34139,
    "timeoffset" : 0,
    "connections" : 2,
    "proxy" : "",
    "difficulty" : 278.98827638,
    "testnet" : false,
    "keypoololdest" : 1394734971,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}


It should sync up. I only see 2 connections. In fact it might have already  Cheesy

been like that for about 30 minutes... not syncing...
Anon136
Legendary
*
Offline Offline

Activity: 1722
Merit: 1217



View Profile
March 16, 2014, 01:17:17 AM
 #8865

how do you defend against attackers who try to DOS by requesting to be part of a joined transaction but then fail to sign off on the transaction? This is the big problem with coinjoin that prevents it from scaling well. have you guys solved it somehow?
There is a penalty for leaving the connection before the darksend completes.

And how does that work?

You put up a collateral transaction that only the current master node can cash to get into the pool. If you misbehave in any way, the master node will cash it. Each time that costs 0.1DRK, so it could add up pretty quick if you're attacking it.

Masternode's are chosen randomly using a deterministic algorithm that can't be tampered with. This has a nice side effect, people will want to run full nodes to get the random fees. So we should have a pretty strong base of nodes.

what prevents masternodes from being dishonest?

Rep Thread: https://bitcointalk.org/index.php?topic=381041
If one can not confer upon another a right which he does not himself first possess, by what means does the state derive the right to engage in behaviors from which the public is prohibited?
tifozi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
March 16, 2014, 01:17:30 AM
 #8866


been like that for about 30 minutes... not syncing...

Try manually adding a few more nodes. Let me know if it doesn't help and I can get some more.

Code:
addnode=23.23.186.131
addnode=50.16.206.102
addnode=50.19.116.123
addnode=98.165.130.67
addnode=54.242.50.205
addnode=50.17.98.53
addnode=54.225.43.37
enzo86
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 16, 2014, 01:23:42 AM
 #8867


been like that for about 30 minutes... not syncing...

Try manually adding a few more nodes. Let me know if it doesn't help and I can get some more.

Code:
addnode=23.23.186.131
addnode=50.16.206.102
addnode=50.19.116.123
addnode=98.165.130.67
addnode=54.242.50.205
addnode=50.17.98.53
addnode=54.225.43.37

don't think its a node issue, as i watched it pull down all the blocks up to 34139 and then it stopped.  this was after i blew away the .darkcoin dir with the block and peer info.

Example now have 5 peers:
drk@cpool:~$ darkcoind getinfo
{
    "version" : 90000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 34139,
    "timeoffset" : 9,
    "connections" : 5,
    "proxy" : "",
    "difficulty" : 278.98827638,
    "testnet" : false,
    "keypoololdest" : 1394734971,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}

falsealarm_bf
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
March 16, 2014, 01:41:56 AM
 #8868

What's up with Coinmine? The miners I have setup for DRK are continually waiting for work. Losing precious mining time.
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 16, 2014, 01:50:57 AM
 #8869


been like that for about 30 minutes... not syncing...

Try manually adding a few more nodes. Let me know if it doesn't help and I can get some more.

Code:
addnode=23.23.186.131
addnode=50.16.206.102
addnode=50.19.116.123
addnode=98.165.130.67
addnode=54.242.50.205
addnode=50.17.98.53
addnode=54.225.43.37

don't think its a node issue, as i watched it pull down all the blocks up to 34139 and then it stopped.  this was after i blew away the .darkcoin dir with the block and peer info.

Example now have 5 peers:
drk@cpool:~$ darkcoind getinfo
{
    "version" : 90000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 34139,
    "timeoffset" : 9,
    "connections" : 5,
    "proxy" : "",
    "difficulty" : 278.98827638,
    "testnet" : false,
    "keypoololdest" : 1394734971,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}



if it helps heres my node list:

Code:
addnode=62.141.39.175
addnode=54.80.16.112
addnode=mightypool.net
addnode=213.229.88.102
addnode=85.131.127.26
addnode=q30.qhor.net
addnode=207.12.89.180
addnode=54.186.8.140
addnode=uswest01.mine.nu
addnode=uswest02.mine.nu
addnode=darkcoin.fr
addnode=asia02.mine.nu
addnode=asia01.mine.nu
addnode=42.121.58.91
addnode=drkpool.com
addnode=lotterymining.com
addnode=dark.hashrapid.com
addnode=cpu-pool.net
addnode=drk.plasr.com
addnode=Dark.SuchPool.pw
addnode=drk.yobapool.net
addnode=drk.justmine.us
addnode=nimuecrypto.com/
addnode=darckcoin.mine.nu
addnode=boundarytesters.com
addnode=cryptsy.com
addnode=mintpal.com
addnode=c-cex.com
addnode=Coin-Swap.net
addnode=coins-e.com
addnode=pool.darkcoin.io
addnode=85.102.51.213
addnode=66.128.80.203
addnode=98.178.131.72
addnode=188.142.39.105
addnode=62.141.39.175
addnode=42.121.58.91
addnode=50.19.116.123
addnode=50.17.98.53

PS, eventually try compiling without UPNP support

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 16, 2014, 01:54:55 AM
 #8870

PS this addnode=23.23.186.131 node gave me errors in the log so i removed it along a couple otehrs, the list i just posted is my actual conf

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
enzo86
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 16, 2014, 01:56:24 AM
 #8871

OMG  WTF.. is there something wrong with the git hub source ?  I just tried building this on another box and get the same thing.  Stops at 34139 after downloading all the blocks before. this SUCKS my P2Pool Node is down...

darkcoind getinfo
{
    "version" : 90000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 34139,
    "timeoffset" : 9,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 278.98827638,
    "testnet" : false,
    "keypoololdest" : 1394934166,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 16, 2014, 01:57:52 AM
 #8872

OMG  WTF.. is there something wrong with the git hub source ?  I just tried building this on another box and get the same thing.  Stops at 34139 after downloading all the blocks before. this SUCKS my P2Pool Node is down...

darkcoind getinfo
{
    "version" : 90000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 34139,
    "timeoffset" : 9,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 278.98827638,
    "testnet" : false,
    "keypoololdest" : 1394934166,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}


I have build from git on 2 servers and 2 desktops,using the config i mentioned a post ago


Code:
02:57:36

getinfo


02:57:36

{
"version" : 90000,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : xxxxxxxxxx,
"blocks" : 34287,
"timeoffset" : 0,
"connections" : 8,
"proxy" : "",
"difficulty" : 151.83456265,
"testnet" : false,
"keypoololdest" : 1393894916,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"unlocked_until" : 0,
"errors" : ""
}

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
enzo86
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 16, 2014, 02:02:55 AM
 #8873

how can i be on the wrong fork with the new client Huh

Look at your diff and mine? and are all these other peers FKED also ?

darkcoind getinfo
{
    "version" : 90000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 34139,
    "timeoffset" : 9,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 278.98827638,
    "testnet" : false,
    "keypoololdest" : 1394934166,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}


 
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 16, 2014, 02:07:03 AM
 #8874

OMG  WTF.. is there something wrong with the git hub source ?  I just tried building this on another box and get the same thing.  Stops at 34139 after downloading all the blocks before. this SUCKS my P2Pool Node is down...

darkcoind getinfo
{
    "version" : 90000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 34139,
    "timeoffset" : 9,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 278.98827638,
    "testnet" : false,
    "keypoololdest" : 1394934166,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}


I have build from git on 2 servers and 2 desktops,using the config i mentioned a post ago


Code:
02:57:36

getinfo


02:57:36

{
"version" : 90000,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : xxxxxxxxxx,
"blocks" : 34287,
"timeoffset" : 0,
"connections" : 8,
"proxy" : "",
"difficulty" : 151.83456265,
"testnet" : false,
"keypoololdest" : 1393894916,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"unlocked_until" : 0,
"errors" : ""
}


Code:
cd /home/user
sudo rm -r darkcoin
sudo rm -r .darkcoi[/b]n (backup your wallet and conf BEFORE doing that)
git clone https://github.com/evan82/darkcoin
cd darkcoin/src
make -f makefile.unix USE_UPNP=
./darkoind &
ENTER
cd ../..
cd .darkcoin
replace the created wallet with your wallet and also put in the darkcoin.conf
cd ..
cd darkcoin
qmake "USE_UPNP=-"
make[/b]
./darkcoin-qt &
OR
cd src
./darkcoind &


Sync and happy darkcoining ...

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
March 16, 2014, 02:13:59 AM
 #8875

what is DGW? Is there any resources for miners anywhere? Thanks

DGW stand for Dark Gravity Wave, and it's the new solution Evan came up with to replace KGW which compensates for large fluctuations in the mining difficulty due to large farms etc... dropping in to mine while the difficulty is low.  KGW was shown to have some weaknesses that could be exploited.

█ ANN THREAD █
﹝Whitepaper﹞
【BLACKBOX OS】
The Future of Work. Decentralized.
TELEGRAM﹞﹝FACEBOOK
TWITTERYOUTUBE
N[e]wBie
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile
March 16, 2014, 02:19:05 AM
 #8876

is it "better" to mine drk with p2p pool? How can we do this?

BTC: 1ESZr887vTZqYtDuwwspn1jBaoRU9jMcv1
eizh
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
March 16, 2014, 02:19:39 AM
 #8877

What's up with Coinmine? The miners I have setup for DRK are continually waiting for work. Losing precious mining time.
It has a backup stratum. Set up a failover.
sippsnapp
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 16, 2014, 02:27:42 AM
 #8878

is it "better" to mine drk with p2p pool? How can we do this?

Its "better" as for decentralization. However, you have to be 24 hours on a P2P node to get full P2P payout as im aware.

To connect to a P2P node just enter the node connection details and your username what is your wallet address, password can be anything, mining profits will be credited to the mining address which is you username.

For example:
Code:
-o stratum+tcp://node-url-or-ip-here:3333 -u yourwalletaddress -p anything 
For my node to mine with address
Quote
XcVaHCgmfQpSvVSnG1C34cmMELkZiU1en1
enter:
Code:
-o stratum+tcp://62.141.39.175:7903 -u XcVaHCgmfQpSvVSnG1C34cmMELkZiU1en1 -p x
Hope that helps.

Πάντα ῥεῖ
Bitcoin + Altcoin node pool setup - pm
enzo86
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 16, 2014, 02:35:57 AM
 #8879



Code:
cd /home/user
sudo rm -r darkcoin
sudo rm -r .darkcoi[/b]n (backup your wallet and conf BEFORE doing that)
git clone https://github.com/evan82/darkcoin
cd darkcoin/src
make -f makefile.unix USE_UPNP=
./darkoind &
ENTER
cd ../..
cd .darkcoin
replace the created wallet with your wallet and also put in the darkcoin.conf
cd ..
cd darkcoin
qmake "USE_UPNP=-"
make[/b]
./darkcoin-qt &
OR
cd src
./darkcoind &


Sync and happy darkcoining ...
[/quote]

There must be something wrong with the source.... are you running on 64 bit or 32 bit...?   These are my steps and it still ends up on the wrong fork..  This is a total cluster FK...

rm -rf .darkcoin
rm -rf /usr/bin/darkcoind
git clone https://github.com/evan82/darkcoin
make -f makefule.unix USE_UPNP=

darkcoind &

tail -f .darkcoind/debug.log

drk@cpool:~/darkcoin$ darkcoind getinfo
{
    "version" : 90000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 34139,
    "timeoffset" : 9,
    "connections" : 6,
    "proxy" : "",
    "difficulty" : 278.98827638,
    "testnet" : false,
    "keypoololdest" : 1394936545,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}



eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
March 16, 2014, 02:41:43 AM
 #8880



Code:
cd /home/user
sudo rm -r darkcoin
sudo rm -r .darkcoi[/b]n (backup your wallet and conf BEFORE doing that)
git clone https://github.com/evan82/darkcoin
cd darkcoin/src
make -f makefile.unix USE_UPNP=
./darkoind &
ENTER
cd ../..
cd .darkcoin
replace the created wallet with your wallet and also put in the darkcoin.conf
cd ..
cd darkcoin
qmake "USE_UPNP=-"
make[/b]
./darkcoin-qt &
OR
cd src
./darkcoind &


There must be something wrong with the source.... are you running on 64 bit or 32 bit...?   These are my steps and it still ends up on the wrong fork..  This is a total cluster FK...

rm -rf .darkcoin
rm -rf /usr/bin/darkcoind
git clone https://github.com/evan82/darkcoin
make -f makefule.unix USE_UPNP=

darkcoind &

tail -f .darkcoind/debug.log

drk@cpool:~/darkcoin$ darkcoind getinfo
{
    "version" : 90000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
   "blocks" : 34139,
    "timeoffset" : 9,
    "connections" : 6,
    "proxy" : "",
    "difficulty" : 278.98827638,
    "testnet" : false,
    "keypoololdest" : 1394936545,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}





Try stopping the daemon, deleting ~/.darkcoin/chainstate, blocks  and restarting.

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
Pages: « 1 ... 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 [444] 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 ... 7012 »
  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!