Bitcoin Forum
May 20, 2024, 11:01:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 [2331] 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722546 times)
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
July 21, 2014, 05:16:55 PM
 #46601

I'm a tad confused by recent developments: Do we have a fixed date for RC4 release? I think July 24th was being thrown around?

Pablo.

this is from the official Development Update 15th of July 2014 :

quote :

Testnet Phase

Development on RC4 is nearing an end and we expect that we’ll be firing up testnet in the coming week. Depending on what we find, testing and QA should take 2 to 4 weeks.

Code Review

Kristov Atlas has agreed to be the first to review the Darksend code. Kristov will be evaluating anonymity and overall design of our technology and will report his findings publicly. We’ll be sending the code to him soon and we anticipate that we will hear back from Kristov by the end of the month.


https://darkcointalk.org/threads/development-updates-july-15th.1788/

edit : edited in also the code review part .. which is most likely finished before RC4 gets implemented.

Testnet is currently live already since a few days. They are working on finding all remaining issues and fixing them.

yeah i know, i'm keeping an eye out on the testing : https://darkcointalk.org/threads/rc4-testing.1830/page-9

Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
July 21, 2014, 05:32:06 PM
 #46602

I've been keeping separate wallets and conf files in, for example .darkcoin-MN1, .darkcoin-MN2 etc. and just renaming those folders to .darkcoin before noodling with that MN.
I also keep separate wallets and conf files in separate folders. Note, instead of renaming folders and such, you can just start each masternode using the -datadir switch i.e.
darkcoind -datadir=/home/Ubuntu/.darkcoin-mn1/



Using -datadir is safe and easiest way.

But has some inconveniences.
Every command should have '-datadir=/home/~' as argument.  
--> Use alias / alias darkcoind = 'darkcoind -datadir=/home/Ubuntu/.darkcoin-mn1/'
 
Syncing.. No otherway..

i am using only one .darkcoin directory with minimum darkcoin.conf and add the rest of the parameters by starting a script for each mn:

#/bin/sh
/usr/bin/darkcoind -masternodeaddr=... -masternodekey=...

seems to be working

but theoretical i also would have to add the parameters when executing "darkcoind masternode start"?

No, the daemon or qt client should already know that if you've started it with them.

I might write a little qt or tk MN Admin GUI if I get the time. Nothing like bloating a 3kb script with 200MB of widget crap.  Grin
bertlebbert
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
July 21, 2014, 05:55:03 PM
 #46603

Great to hear! Welcome to the DRKside.
Edit: I just read about your trading mishap. Don't panic buy. Use the next 24-48 hours to build your position. Trading volume lately has been pretty anemic, which means the market is as calm you're likely to find it. If you get to 1000+ DRKs, think about setting up a masternode. This does a few things for you.
1. You must move your coins off the exchange and into your wallet (always a good long term practice).
2. You learn a thing or two about setting up a Linux server.
3. You get paid DRK for proof of service.
4. The instinct to trade on volatility diminishes b/c you're using your DRK position to own and manage a masternode, and get paid for it.
   


Well said, VERY good advice!
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 21, 2014, 05:59:37 PM
Last edit: July 21, 2014, 06:15:54 PM by chaeplin
 #46604

I've been keeping separate wallets and conf files in, for example .darkcoin-MN1, .darkcoin-MN2 etc. and just renaming those folders to .darkcoin before noodling with that MN.
I also keep separate wallets and conf files in separate folders. Note, instead of renaming folders and such, you can just start each masternode using the -datadir switch i.e.
darkcoind -datadir=/home/Ubuntu/.darkcoin-mn1/



Using -datadir is safe and easiest way.

But has some inconveniences.
Every command should have '-datadir=/home/~' as argument.  
--> Use alias / alias darkcoind = 'darkcoind -datadir=/home/Ubuntu/.darkcoin-mn1/'
 
Syncing.. No otherway..

i am using only one .darkcoin directory with minimum darkcoin.conf and add the rest of the parameters by starting a script for each mn:

#/bin/sh
/usr/bin/darkcoind -masternodeaddr=... -masternodekey=...

seems to be working

but theoretical i also would have to add the parameters when executing "darkcoind masternode start"?

If -datadir is used in command line, -datadir should be added always, because -datadir has default value '~/.darkcon'

I think you have to change wallet.dat manually(or script).

Code:
-conf=<file>           Specify configuration file (default: darkcoin.conf)
-datadir=<dir>         Specify data directory

masternodeaddr and masternodekey as parameters, good idea.
georgem
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
July 21, 2014, 06:19:09 PM
 #46605



Everybody who ever donated will receive a special GIF in his inbox in the next 15 minutes. :-)

If you like the GIFs please keep the donations coming, thanks.

gadado
Hero Member
*****
Offline Offline

Activity: 965
Merit: 515


View Profile
July 21, 2014, 06:35:28 PM
 #46606


Option 4:




Do you know what's missing in this wallet? A space for a DarkCoin-Girl gif Anime!  Grin
vertoe
Hero Member
*****
Offline Offline

Activity: 518
Merit: 505


View Profile
July 21, 2014, 06:49:54 PM
 #46607

RC4 started testing yesterday, and Kristov Atlas, a well respected young man in cryptos, is reviewing the code.  There is a donation address set up for him (anyone have it handy?) so that he can spend more time reviewing and commenting.
Donate to the Kristov Atlas Darkcoin Code Review!!!

The great Kristov Atlas is currently working with Evan to be the first to professionally audit the Darksend+ code.
Keep the donations coming to support Kristov's valuable time to audit the Darksend+ code!!!!

http://www.reddit.com/r/DRKCoin/comments/2aw4wy/donations_for_darksend_code_review/
Donations: XqHt831rFj5tr4PVjqEcJmh6VKvHP62QiM
http://chainz.cryptoid.info/drk/address.dws?XqHt831rFj5tr4PVjqEcJmh6VKvHP62QiM.htm

A BIG thank you to all who have donated already Cheesy


#####Current Balance: 290.2 DRK #####

#####Current Balance: 403.7 DRK #####

We can do 300 easily - come on - be supportive of this important milestone!

He'll soon have more DRK in his wallet than I ever had.  Meh, he deserves to have 10 times the amount. Cheesy

Sent +100 DRK
52c056539b1b6a7a9fe0678f9b214eb9508ec02b5f209d2087d795e1180ac442

You're a good man Vertoe...
Hey, thanks for the warm words, but now don't stop donating! Bump! Let's fund him a masternode!
KryptoFoo
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
July 21, 2014, 06:51:03 PM
 #46608

Chaeplin - first of all, thanks for your very useful site to help monitor our masternodes: http://drk.poolhash.org/masternode.html

I'm a bit confused about the current state of my masternode. I set a new IP for my masternode and restarted it; it shows as active when using 'darkcoind masternode list'. But on your site it shows two records for the MN pubkey, one for the new IP address and one for the old IP address. The new IP address is only listed as active on sv03 and sv06, the other 4 show it as unlisted. These other 4 sv's show the old IP as 'listed and inactive'. Does this mean that not all masternodes on the network know about the new IP address and are using the old IP address for this pubkey? Will the old IP eventually get purged completely?

I am wondering if its a best practice to also create a new masternode pubkey when creating a new IP address for my masternode.

TIA
KryptoFoo
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
July 21, 2014, 06:53:58 PM
 #46609

RC4 started testing yesterday, and Kristov Atlas, a well respected young man in cryptos, is reviewing the code.  There is a donation address set up for him (anyone have it handy?) so that he can spend more time reviewing and commenting.
Donate to the Kristov Atlas Darkcoin Code Review!!!

The great Kristov Atlas is currently working with Evan to be the first to professionally audit the Darksend+ code.
Keep the donations coming to support Kristov's valuable time to audit the Darksend+ code!!!!

http://www.reddit.com/r/DRKCoin/comments/2aw4wy/donations_for_darksend_code_review/
Donations: XqHt831rFj5tr4PVjqEcJmh6VKvHP62QiM
http://chainz.cryptoid.info/drk/address.dws?XqHt831rFj5tr4PVjqEcJmh6VKvHP62QiM.htm

A BIG thank you to all who have donated already Cheesy


#####Current Balance: 290.2 DRK #####

#####Current Balance: 403.7 DRK #####

We can do 300 easily - come on - be supportive of this important milestone!

He'll soon have more DRK in his wallet than I ever had.  Meh, he deserves to have 10 times the amount. Cheesy

Sent +100 DRK
52c056539b1b6a7a9fe0678f9b214eb9508ec02b5f209d2087d795e1180ac442

You're a good man Vertoe...
Hey, thanks for the warm words, but now don't stop donating! Bump! Let's fund him a masternode!


extremely generous of you! Made me want to pitch in so just sent him a fiver.
Icebucket
Sr. Member
****
Offline Offline

Activity: 409
Merit: 250


View Profile
July 21, 2014, 06:54:33 PM
 #46610

Thanks everybody for posting answers to my previous question.

But now I have a different problem that is giving me headache. My node is acting up.

I made a separate post for this over at darkcointalk, If any of you geniuses could help it would be greatly appreciated.

https://darkcointalk.org/threads/mn-not-working-properly.1846/

  Huh

“Every morning we are born again. What we do today is what matters most.”
― Gautama Buddha
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
July 21, 2014, 06:57:25 PM
 #46611

Chaeplin - first of all, thanks for your very useful site to help monitor our masternodes: http://drk.poolhash.org/masternode.html

I'm a bit confused about the current state of my masternode. I set a new IP for my masternode and restarted it; it shows as active when using 'darkcoind masternode list'. But on your site it shows two records for the MN pubkey, one for the new IP address and one for the old IP address. The new IP address is only listed as active on sv03 and sv06, the other 4 show it as unlisted. These other 4 sv's show the old IP as 'listed and inactive'. Does this mean that not all masternodes on the network know about the new IP address and are using the old IP address for this pubkey? Will the old IP eventually get purged completely?

I am wondering if its a best practice to also create a new masternode pubkey when creating a new IP address for my masternode.

TIA

Yes it is, when you get a new ip, you should get yourself a new masternode private key.  Not necessarily the other way around though, I haven't had to change the ip address when changing the wallet, which I did once.

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
KryptoFoo
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
July 21, 2014, 06:59:38 PM
 #46612

Chaeplin - first of all, thanks for your very useful site to help monitor our masternodes: http://drk.poolhash.org/masternode.html

I'm a bit confused about the current state of my masternode. I set a new IP for my masternode and restarted it; it shows as active when using 'darkcoind masternode list'. But on your site it shows two records for the MN pubkey, one for the new IP address and one for the old IP address. The new IP address is only listed as active on sv03 and sv06, the other 4 show it as unlisted. These other 4 sv's show the old IP as 'listed and inactive'. Does this mean that not all masternodes on the network know about the new IP address and are using the old IP address for this pubkey? Will the old IP eventually get purged completely?

I am wondering if its a best practice to also create a new masternode pubkey when creating a new IP address for my masternode.

TIA

Yes it is, when you get a new ip, you should get yourself a new masternode private key.  Not necessarily the other way around though, I haven't had to change the ip address when changing the wallet, which I did once.

I did a new masternodeprivkey with the IP address change. But I am wondering about the masternode pubkey. That is, the wallet address used for the masternode. I am unclear if the network recognizes my masternode by the masternodeprivkey or the masternode address pubkey...
blajde
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Pre-sale - March 18


View Profile
July 21, 2014, 07:11:32 PM
 #46613

Thanks everybody for posting answers to my previous question.

But now I have a different problem that is giving me headache. My node is acting up.

I made a separate post for this over at darkcointalk, If any of you geniuses could help it would be greatly appreciated.

https://darkcointalk.org/threads/mn-not-working-properly.1846/

  Huh

pay ghostplayer 2 DRK and all your problems will go away
daigitinasam
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
July 21, 2014, 07:18:31 PM
 #46614

How many DRK`s recieve one MN for a month? Or daily?
blajde
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Pre-sale - March 18


View Profile
July 21, 2014, 07:23:56 PM
 #46615

How many DRK`s recieve one MN for a month? Or daily?


0.05 to 50 daily.

Variance will be updated I think so not so much payed nodes will be in better favour.. ( not sure though ).
splawik21
Legendary
*
Offline Offline

Activity: 1372
Merit: 1005


DASH is the future of crypto payments!


View Profile
July 21, 2014, 07:27:42 PM
 #46616

How many DRK`s recieve one MN for a month? Or daily?
07/21 21:24:41; 
node count/len(set(poolhash.org):  710;
payment per node/DRK:  0.843; 
payment per node/$:  5.814;
DRK/$: 6.898;

anyway ~0,85drk/day

BE SMART, USE DASH ( ͡° ͜ʖ ͡°)
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 21, 2014, 07:29:48 PM
 #46617

Chaeplin - first of all, thanks for your very useful site to help monitor our masternodes: http://drk.poolhash.org/masternode.html

I'm a bit confused about the current state of my masternode. I set a new IP for my masternode and restarted it; it shows as active when using 'darkcoind masternode list'. But on your site it shows two records for the MN pubkey, one for the new IP address and one for the old IP address. The new IP address is only listed as active on sv03 and sv06, the other 4 show it as unlisted. These other 4 sv's show the old IP as 'listed and inactive'. Does this mean that not all masternodes on the network know about the new IP address and are using the old IP address for this pubkey? Will the old IP eventually get purged completely?

I am wondering if its a best practice to also create a new masternode pubkey when creating a new IP address for my masternode.

TIA

Yes it is, when you get a new ip, you should get yourself a new masternode private key.  Not necessarily the other way around though, I haven't had to change the ip address when changing the wallet, which I did once.

I did a new masternodeprivkey with the IP address change. But I am wondering about the masternode pubkey. That is, the wallet address used for the masternode. I am unclear if the network recognizes my masternode by the masternodeprivkey or the masternode address pubkey...

Up to RC3, moving 1K to new address get best results. IP is not a primary key but pubkey.
I have seen several nodes have split status.

In RC4, no more split.

check RC4 masternodes status : perfect sync

http://tdrk.poolhash.org/
https://test.drk.mn/masternodes.html

Payee of getblocktemplate is patched in some nodes, so can be different.(with next update, will be synced)
https://github.com/darkcoinproject/darkcoin/commit/adf8403b204b09c5a69c37afa9a027ebee403e44
dotnetmin
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
July 21, 2014, 07:31:46 PM
 #46618

Can somebody please expain my why my payment go to another wallet ?
It´s the second time in a row

07/21 16:21:02   105786 [1][2][3]   nimuecryptocom   innmlist: XwB2LDmiG2v7UXn6jHBau3sEKyxjjYHKR8   1.002800   XttK6Q84hLVM2m3LhPsEERCjcrUKApPUSf
07/18 20:18:29   104228 [1][2][3]   wafflepool           innmlist: XwB2LDmiG2v7UXn6jHBau3sEKyxjjYHKR8   1.000000   XttK6Q84hLVM2m3LhPsEERCjcrUKApPUSf

Thanks
Any idea ? What to do ? Set up a new node ?
Phillis
Sr. Member
****
Offline Offline

Activity: 404
Merit: 500


View Profile
July 21, 2014, 07:32:19 PM
 #46619

How many DRK`s recieve one MN for a month? Or daily?

it depends. Some days my masternode doesn't get paid and some days, like today, I receive multiple payments. Variance plays a large role in how much a masternode generates.
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
July 21, 2014, 07:32:45 PM
 #46620

How many DRK`s recieve one MN for a month? Or daily?

Averaged over time your payouts will be blocks-per-day / number-of-masternodes-running, so currently 576/700 or about 0.8 payments per day, reward varies with network diff but will tend to 1.
Pages: « 1 ... 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 [2331] 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 ... 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!