Bitcoin Forum
May 25, 2024, 05:41:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »
81  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 16, 2014, 02:58:55 AM
it's not that.. I have tried this on another system, still ubuntu  12.04 32 bit, but an entire new box.. Same thing...  Something goofy with git on 32bit ?

No idea about x32, i have uploaded the x64 ubuntu 12 bins to my owncloud  if somebody needs them.
82  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 16, 2014, 02:53:36 AM
FIRST BLOCK 3 DAYS SOLOMINING, WOOOHOOOOO
8a96a6b7882b2484d5c479f6ef8fb602f01c229b9f59579b37e0c5b2c0d68e30
83  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 16, 2014, 02:44:10 AM
See Above:
rm -rf .darkcoin
rm -r darkcoin
i mean the git repo folder
84  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 16, 2014, 02:27:42 AM
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.
85  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 16, 2014, 02:07:03 AM
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 ...
86  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 16, 2014, 01:57:52 AM
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" : ""
}
87  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 16, 2014, 01:54:55 AM
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
88  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 16, 2014, 01:50:57 AM

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
89  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 16, 2014, 12:32:07 AM
To whom run P2POOL


Update to https://github.com/chaeplin/p2pool-drk

network IDENTIFIER, PREFIX changed.

before p2pool change, please update your wallet.


mine.nu changed.

I saw a lot of orphan block spam from old chain.


Hey there - that update has completely broken my P2Pool server. It's giving me "p2pool.p2p.PeerMisbehavingError: share PoW invalid" and completely hanging. Desperate to get this back, so anybody able to help? I'm running Debian Stable.

have you installed the modules?
Code:
git clone https://github.com/chaeplin/SUBSIDY_FUNC.git

git clone https://github.com/evan82/xcoin-hash.git

cd SUBSIDY_FUNC/darkcoin-subsidy-python

python setup.py install

cd xcoin-hash
python setup.py install

enventually sudo the commands
90  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 16, 2014, 12:17:50 AM

Happy mining @ all , thank you for flying with "dark air", we are taking off to the dark space ^^!

91  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 16, 2014, 12:06:08 AM
To whom run P2POOL


NEW CHAIN Smiley

old chain has 30 diff.



So its fine??
92  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 15, 2014, 11:53:50 PM
To whom run P2POOL


Update to https://github.com/chaeplin/p2pool-drk

network IDENTIFIER, PREFIX changed.

before p2pool change, please update your wallet.


mine.nu changed.

I saw a lot of orphan block spam from old chain.


please check http://62.141.39.175:7903/static
Code:
$ ./darkcoind getinfo
{
    "version" : 90000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 34242,
    "timeoffset" : 0,
    "connections" : 15,
    "proxy" : "",
    "difficulty" : 320.47066914,
    "testnet" : false,
    "keypoololdest" : 1393894636,
    "keypoolsize" : 100,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "unlocked_until" : 0,
    "errors" : ""
}
93  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 15, 2014, 11:45:51 PM
To whom run P2POOL


Update to https://github.com/chaeplin/p2pool-drk

network IDENTIFIER, PREFIX changed.

before p2pool change, please update your wallet.


mine.nu changed.

I saw a lot of orphan block spam from old chain.


im on    c5fa32a , do i need to update? i have already updated today.

https://github.com/chaeplin/p2pool-drk/blob/master/p2pool/networks.py#L21-L22

check


almost done, node is back in 2 minutes
94  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 15, 2014, 11:15:26 PM
To whom run P2POOL


Update to https://github.com/chaeplin/p2pool-drk

network IDENTIFIER, PREFIX changed.

before p2pool change, please update your wallet.


mine.nu changed.

I saw a lot of orphan block spam from old chain.


im on    c5fa32a , do i need to update? i have already updated today.
95  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 15, 2014, 08:42:29 PM
Already darkcoin forks popping up, if darkcoin wants to be a success there has to be more innovation ^^.

More innovation? You mean like the DGW, that was implemented literally a few minutes ago?

DarkCoin "forks" popping up that don't contain DGW or DarkSend....

More like Litecoin forks with scientific hashing.  Cheesy

AS i sayd, i think darkcoin took a great track, but it has to sustain. There is a very good reason im here now Wink, and its the only alt crypto i ever recognized as worth my time .

I wholeheartedly agree. This can't be the end of the innovation by any means - DRK needs to be understood as THE privacy innovation crypto, and we all need to get behind Evan on that. All these pump-dumpers complaining that "Darksend's never finished" can go hang. Any dev worth the project they're working on knows encryption features are never 100% "done". I'd love to see it to be the first cryptocoin to implement the latest developments in quantum cryptography, or something similarly newsworthy. I have no idea if that's even possible, but we need to shoot for the stars!

+1
darkcoin can be a real example of what alt cryptos should do instead of pump and dump, bring real innovation and force the rest to take notice.
I still love the comparison on bitcoin concerning the casette to cd to dvd to blueray to streaming thing. Those who dont innovate will go under, those who bring cool stuff in a way the competition cant keep up (see apple, google etc) will flourish and take lead.
Bring the innovations and the rest will come as people will take notice its worth to spent time eventually even developing on and around darkcoin, it can be a prime example on how an altcoin can even challenge the gaint bitcoin.
96  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 15, 2014, 08:17:57 PM
p2pool node

2014-03-15 19:36:50 Misbehaving: 176.31.117.210:9999 (0 -> 100) DISCONNECTING  / darkcoin.fr
2014-03-15 19:38:50 Misbehaving: 42.121.58.91:9999 (0 -> 100) DISCONNECTING   / china

not updated.


im fully updated http://62.141.39.175:7903/static/
97  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 15, 2014, 07:39:21 PM
Already darkcoin forks popping up, if darkcoin wants to be a success there has to be more innovation ^^.

More innovation? You mean like the DGW, that was implemented literally a few minutes ago?

DarkCoin "forks" popping up that don't contain DGW or DarkSend....

More like Litecoin forks with scientific hashing.  Cheesy

AS i sayd, i think darkcoin took a great track, but it has to sustain. There is a very good reason im here now Wink, and its the only alt crypto i ever recognized as worth my time .
98  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 15, 2014, 07:36:47 PM
Already darkcoin forks popping up, if darkcoin wants to be a success there has to be more innovation ^^.

More innovation? You mean like the DGW, that was implemented literally a few minutes ago?

Yes, darkcoin has good potential but innovations have to keep coming, otherwise others will do.


PS: my P2P node at stratum+tcp://62.141.39.175:7903  is updated in just a minute
99  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | No Premine | Hard Fork At 34140 (DGW) on: March 15, 2014, 07:28:26 PM
Already darkcoin forks popping up, if darkcoin wants to be a success there has to be more innovation ^^.
100  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Hirocoin - X11 Next Gen Crypto Currency - Launch Now - Start Mining on: March 15, 2014, 07:22:18 PM
lol, im out, cant seem to find a block within a reasonable timeframe.
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!