Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 3353. (Read 9723782 times)

legendary
Activity: 1722
Merit: 1002
Decentralize Everything
Is there any guide explaining how to run multiple wallets in same OS, or you folks use virtual machine for each MN address?

?

I have many on one windows machine, each wallet has its own copy of the blockchain though

Folder structure is like this:

C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN1\
C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN2\
C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN3\
C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN4\
C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN5\
C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN6\
...

Command line switch for MN10 would be as follows.  When you first execute the command a new wallet is created in the subfolder and blockchain downloaded.

darkcoin-qt.exe -datadir=C:\Users\Stonehedge\AppData\Roaming\DarkCoin\MN10\
full member
Activity: 169
Merit: 100
full member
Activity: 216
Merit: 100
Is there any guide explaining how to run multiple wallets in same OS, or you folks use virtual machine for each MN address?

?
sr. member
Activity: 266
Merit: 250
Not pump and dump like most coins
sr. member
Activity: 426
Merit: 250
I just think Snoop is a good fit.

He's interested in technology, he feels strongly about privacy, he invests in technology companies and startups, he is knowledgeable of communities with limited access to banking facilities...

Ok then Snoop it is
should we get Tao on a little Twitter attack or how do we reach home boy !?!

The Darkcoin Chameleon at your service! I gave it a shot:

https://twitter.com/taoofsatoshi/status/543232353141657600

Surprisingly, I haven't heard back from him yet... Tongue

You missed the perfect opportunity to use #darklove there, probably the only opportunity to use it. 


legendary
Activity: 2156
Merit: 1014
Dash Nation Founder | CATV Host
I just think Snoop is a good fit.

He's interested in technology, he feels strongly about privacy, he invests in technology companies and startups, he is knowledgeable of communities with limited access to banking facilities...

Ok then Snoop it is
should we get Tao on a little Twitter attack or how do we reach home boy !?!

The Darkcoin Chameleon at your service! I gave it a shot:

https://twitter.com/taoofsatoshi/status/543232353141657600

Surprisingly, I haven't heard back from him yet... Tongue
full member
Activity: 216
Merit: 100
Is there any guide explaining how to run multiple wallets in same OS, or you folks use virtual machine for each MN address?
sr. member
Activity: 266
Merit: 250
Usage details as you mention
member
Activity: 98
Merit: 10
Coin has potential , just got myself some : P
hero member
Activity: 728
Merit: 500
Activity: yes
Hi,

I am trying to understand drkcoin block reward calculation (I am mapping some of the crypto coins for a new platform).

In the op it say: Block reward is controlled by: 2222222/(((Difficulty+2600)/9)^2)

1) Should the result be rounded down?

2) it is also said "7% decrease in the number of coins generated per year", is it hard coded and will occur every x blocks? so the formula is (2222222/(((Difficulty+2600)/9)^2))*((0.93)^x) where x is the number of years past.

3) in the block explorer I see that in every block mined, some external address is getting 30% of the reward, can someone please explain this?

Thanks Smiley


1. I believe it's rounded out to 4 decimal places. x.xxxx
2. Hardcoded by block number: https://github.com/darkcoin/darkcoin/blob/master/src/main.cpp#L1415
3. Masternodes receive a percentage of the block reward (percentage will continue increasing at x block until the final outcome is 60/40 masternodes/miners): https://github.com/darkcoin/darkcoin/blob/master/src/main.cpp#L1436

Is it combined into one formula somewhere?
It seems that the easiest method to know the next block reward is run the daemon and ask it via rpc?
I Haven't found any public api with this information.

thank you for your answer Smiley
 
legendary
Activity: 1442
Merit: 1018
Hi,

I am trying to understand drkcoin block reward calculation (I am mapping some of the crypto coins for a new platform).

In the op it say: Block reward is controlled by: 2222222/(((Difficulty+2600)/9)^2)

1) Should the result be rounded down?

2) it is also said "7% decrease in the number of coins generated per year", is it hard coded and will occur every x blocks? so the formula is (2222222/(((Difficulty+2600)/9)^2))*((0.93)^x) where x is the number of years past.

3) in the block explorer I see that in every block mined, some external address is getting 30% of the reward, can someone please explain this?

Thanks Smiley


1. I believe it's rounded out to 4 decimal places in the explorers.
2. Hardcoded by block number: https://github.com/darkcoin/darkcoin/blob/master/src/main.cpp#L1415
3. Masternodes (randomly selected round robin style) receive a percentage of the block reward (percentage will continue increasing at x block until the final outcome is 60% masternodes/40% miners): https://github.com/darkcoin/darkcoin/blob/master/src/main.cpp#L1436
hero member
Activity: 728
Merit: 500
Activity: yes
Hi,

I am trying to understand drkcoin block reward calculation (I am mapping some of the crypto coins for a new platform).

In the op it say: Block reward is controlled by: 2222222/(((Difficulty+2600)/9)^2)

1) Should the result be rounded down?

2) it is also said "7% decrease in the number of coins generated per year", is it hard coded and will occur every x blocks? so the formula is (2222222/(((Difficulty+2600)/9)^2))*((0.93)^x) where x is the number of years past.

3) in the block explorer I see that in every block mined, some external address is getting 30% of the reward, can someone please explain this?

Thanks Smiley
sr. member
Activity: 462
Merit: 250
www.dashpay.io
http://wiki.darkcoin.qa

anybody knows this page ?!?

 Huh

Looks like Holger put it together!  Wow, I didn't know it existed either.  I wonder if he is working on it in the background and is getting ready to spring it on us, but you uncovered it first Wink

Holger shouted about it quite a lot a few months back.  The idea is that it is a wiki that anybody can contribute to.  I guess people were too busy actually testing to contribute/update!

Cool, Ok, another call to action, LOL

This is why I created my site - I saw too many wikis / guides abandoned like this. We need to concentrate such efforts imho.

Good initiative, it was much needed...
full member
Activity: 208
Merit: 100
http://wiki.darkcoin.qa

anybody knows this page ?!?

 Huh

Looks like Holger put it together!  Wow, I didn't know it existed either.  I wonder if he is working on it in the background and is getting ready to spring it on us, but you uncovered it first Wink

Holger shouted about it quite a lot a few months back.  The idea is that it is a wiki that anybody can contribute to.  I guess people were too busy actually testing to contribute/update!

Cool, Ok, another call to action, LOL

This is why I created my site - I saw too many wikis / guides abandoned like this. We need to concentrate such efforts imho.
legendary
Activity: 1092
Merit: 1000

Yes seriously!! OpenBazaar !! This would be huge for DRK. Looking to fork the project and tweak the code. Devs said they'd be more than happy to merge with main branch if we pull it off.

 Now please bump this at will !! Wink

https://darkcointalk.org/threads/open-bazaar-integration.2045/

https://www.reddit.com/r/OpenBazaar/comments/2nv9w6/is_openbazaar_strictly_bitcoin_seem_a_marriage/
http://www.reddit.com/r/DRKCoin/comments/2g2mb3/could_darkcoin_be_used_in_openbazaar/


I don't know if this is your plan, but that is something I always thought would be perfect for masternodes to run.  It would be a decentralized store.  Like ebay, you would rely on users to report illegal products (so masternode owners don't get into trouble).  Of course, that means there is some line that must be drawn.... not sure if that's what you're doing or want, but I still think it could be great to have.

Not "my plan" at all... this has been in discussion since Dark Wallet won the hackathon. OpenBazaar has virtually no funding at all and development is extremely slow. I picked this topic up because I decided to start learning python for fun and discovered OB was basically written in python, so I thought it would be a fun project. OB is has still miles to go, so we do have time to work on this.
legendary
Activity: 1105
Merit: 1000
we just hit over 1400 MN's -  lets get to 1500 by christmas!!
I've had at least one hundred ready to go live for a while now, but am traveling until Sunday, I'll be importing the priv keys & firing them up on Monday if all goes to plan Tongue



LOL, funny

Who's that actor, he looks familiar but I can't place him?

Channing Tatum
full member
Activity: 212
Merit: 100
Activity: -42
How many supporters would you say this community has? I guess there is no way to count wallets but roughly numbers?

This (and other rather useless) information can be found here:
http://178.254.18.153/~pub/Darkcoin/Darkcoin-Lesser_Known_Facts.html

But the numbers get more inaccurate by the day, because the mixing process creates tons of new addresses.

legendary
Activity: 1260
Merit: 1001
Am I really a Chameleon? Find out on Bitcoin Rush | Episode 31 which drops on Friday at 8 PM Eastern Time! #GetIntoTheDark #Darkcoin

https://twitter.com/TaoOfSatoshi/status/543148504575926272?s=09

#SeeTheLight
#GetIntoTheDark
#BuildTheDarkness
#DarkLove


See me tomorrow for a little Darkcoin PR in my own low-key Canadian way...

Join the Darkcoin Twitter PR Initiative!

Check my sig for details.

Awesome!  I can't wait!

Bump!
legendary
Activity: 1260
Merit: 1001

Of course as this is the Internet I don't actually have a GF, except in my fantasies. Hi Tante - I'm actually pretty sure that polygamy or something like it is my destiny if that helps at all Cheesy

I'll not rush getting the next 100 live, probably a few dozen each day from Saturday onwards unless I go OCD and knock them all out in one hyper session.

LOL, well I guess that's that.  I wanted you for your money, and if I can't marry you, I'd have to "trust" you'll give me some.  I was looking for a trustless relationship, so I guess I gotta look elsewhere, LOL
sr. member
Activity: 475
Merit: 500
the next weeks gonna be interesting for btc Smiley i was expecting a move upwards a few weeks back, but the
price doesn't react that much to the good news we had. nevertheless, there are some huge volume spikes which are very bullish in my view:

http://data.bitcoinity.org/markets/volume/5y?c=e&r=week&t=a&volume_unit=btc
Jump to: