Author

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

legendary
Activity: 2548
Merit: 1245
"Remember, remember, the Fifth of November, the Gunpowder Treason and Plot. I know of no reason why the Darkcoin rise
could ever stop and be forgot''

5th of november 2014 : the date that will be forever linked to the rise of Darkcoin




hero member
Activity: 546
Merit: 500
01100100 01100001 01110011 01101000
Has anyone tried the -wallet=filename.dat argument to see if you can use one data folder with the blockchain. That way you can still use -conf=filename.conf for each masternode and name your masternode wallets. Then it's just a matter of a shortcut to represent each masternode.

I'm not sure there is a -wallet=.dat option...




Code:
-wallet=         Specify wallet file (within data directory)

https://en.bitcoin.it/wiki/Running_Bitcoin

P.S. I didn't try.
sr. member
Activity: 471
Merit: 250
Evan is a fucking artist. This man is creating our freedom.
hero member
Activity: 685
Merit: 500
Has anyone tried the -wallet=filename.dat argument to see if you can use one data folder with the blockchain. That way you can still use -conf=filename.conf for each masternode and name your masternode wallets. Then it's just a matter of a shortcut to represent each masternode.

I'm not sure there is a -wallet=.dat option...

Quote
Options:
  -?                     This help message
  -conf=           Specify configuration file (default: darkcoin.conf)
  -pid=            Specify pid file (default: darkcoind.pid)
  -gen                   Generate coins (default: 0)
  -datadir=         Specify data directory
  -dbcache=           Set database cache size in megabytes (default: 25)
  -timeout=           Specify connection timeout in milliseconds (default: 5000)
  -proxy=       Exclusively connect through socks proxy
  -proxytoo=    Also connect through socks proxy
  -socks=             Select the version of socks proxy to use (4-5, default: 5)
  -tor=         Use proxy to reach tor hidden services (default: same as -proxy)
  -dns                   Allow DNS lookups for -addnode, -seednode and -connect
  -port=           Listen for connections on (default: 9333 or testnet: 19333)
  -maxconnections=    Maintain at most connections to peers (default: 125)
  -addnode=          Add a node to connect to and attempt to keep the connection open
  -connect=          Connect only to the specified node(s)
  -seednode=         Connect to a node to retrieve peer addresses, and disconnect
  -externalip=       Specify your own public address
  -onlynet=         Only connect to nodes in network (IPv4, IPv6 or Tor)
  -discover              Discover own IP address (default: 1 when listening and no -externalip)
  -checkpointenforce     Only accept block chain matching checkpoints issued by the Auto-Checkpoint systems Master Node (default: 1)
  -checkpoints           Only accept block chain matching built-in checkpoints (default: 1)
  -listen                Accept connections from outside (default: 1 if no -proxy or -connect)
  -bind=           Bind to given address and always listen on it. Use [host]:port notation for IPv6
  -dnsseed               Find peers using DNS lookup (default: 1 unless -connect)
  -banscore=          Threshold for disconnecting misbehaving peers (default: 100)
  -bantime=           Number of seconds to keep misbehaving peers from reconnecting (default: 86400)
  -maxreceivebuffer=  Maximum per-connection receive buffer, *1000 bytes (default: 5000)
  -maxsendbuffer=     Maximum per-connection send buffer, *1000 bytes (default: 1000)
  -bloomfilters          Allow peers to set bloom filters (default: 1)
  -upnp                  Use UPnP to map the listening port (default: 1 when listening)
  -paytxfee=        Fee per KB to add to transactions you send
  -mininput=        When creating transactions, ignore inputs with value less than this (default: 0.0001)
  -server                Accept command line and JSON-RPC commands
  -testnet               Use the test network
  -debug                 Output extra debugging information. Implies all other -debug* options
  -debugnet              Output extra network debugging information
  -logtimestamps         Prepend debug output with timestamp (default: 1)
  -shrinkdebugfile       Shrink debug.log file on client startup (default: 1 when no -debug)
  -printtoconsole        Send trace/debug info to console instead of debug.log file
  -printtodebugger       Send trace/debug info to debugger
  -rpcuser=        Username for JSON-RPC connections
  -rpcpassword=      Password for JSON-RPC connections
  -rpcport=        Listen for JSON-RPC connections on (default: 9332 or testnet: 19332)
  -rpcallowip=       Allow JSON-RPC connections from specified IP address
  -rpcthreads=        Set the number of threads to service RPC calls (default: 4)
  -blocknotify=     Execute command when the best block changes (%s in cmd is replaced by block hash)
  -walletnotify=    Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)
  -zapwallettxes=  Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup
                         (default: 1, 1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data)
  -alertnotify=     Execute command when a relevant alert is received (%s in cmd is replaced by message)
  -upgradewallet         Upgrade wallet to latest format
  -keypool=           Set key pool size to (default: 100)
  -rescan                Rescan the block chain for missing wallet transactions
  -salvagewallet         Attempt to recover private keys from a corrupt wallet.dat
  -checkblocks=       How many blocks to check at startup (default: 288, 0 = all)
  -checklevel=        How thorough the block verification is (0-4, default: 3)
  -txindex               Maintain a full transaction index (default: 0)
  -loadblock=      Imports blocks from external blk000??.dat file
  -reindex               Rebuild block chain index from current blk000??.dat files
  -par=               Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0)

Masternode options:
  -masternode=      Enable the client to act as a masternode (0-1, default: 0)
  -masternodeprivkey=      Set the masternode private key
  -masternodeaddr= Set external address:port to get to this masternode (example: address:port)

Darksend options:
  -disabledarksend=      Disable use of automated darksend for funds stored in this wallet (0-1, default: 1)
  -enabledaemondarksend=      Darksend is not usually enabled in daemon mode (0-1, default: 1)
  -darksendrounds=      Use N separate masternodes to anonymize funds  (2-8, default: 2)
  -anonymizedarkcoinamount=      Keep N darkcoin anonymized (default: 0)

Block creation options:
  -blockminsize=      Set minimum block size in bytes (default: 0)
  -blockmaxsize=      Set maximum block size in bytes (default: 250000)
  -blockprioritysize= Set maximum size of high-priority/low-fee transactions in bytes (default: 27000)

SSL options: (see the DarkCoin Wiki for SSL setup instructions)
  -rpcssl                                  Use OpenSSL (https) for JSON-RPC connections
  -rpcsslcertificatechainfile=  Server certificate file (default: server.cert)
  -rpcsslprivatekeyfile=         Server private key (default: server.pem)
  -rpcsslciphers=                 Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)

UI options:
  -lang=           Set language, for example "de_DE" (default: system locale)
  -min                   Start minimized
  -splash                Show splash screen on startup (default: 1)
sr. member
Activity: 294
Merit: 250
http://coinmarketcap.com/currencies/views/filter-non-mineable-and-premined/)

Darkcoin :  $ 13,693,678  (Rank 5)

Moving towards :
 
Peercoin :  $ 16,954,851  (Rank 4)
Dogecoin : $ 20,721,728  (Rank 3)
Litecoin  :   $ 120,346,815 (Rank 2)

 



I'm still so amused that Dogecoin is high up there.

No offense, but I think they are just doing the dirty work -> begin jovial, tipping everyone and sucking in new people into the crypto space.

Once those guys wisen up and learn more though, I don't see why they would choose to stay into doge.
hero member
Activity: 503
Merit: 500
Na Zdorovie!
Marketcap will be exceeded $20M before end of the month. I think that.
legendary
Activity: 2548
Merit: 1245
http://coinmarketcap.com/currencies/views/filter-non-mineable-and-premined/)

Darkcoin :  $ 13,693,678  (Rank 5)

Moving towards :
 
Peercoin :  $ 16,954,851  (Rank 4)
Dogecoin : $ 20,721,728  (Rank 3)
Litecoin  :   $ 120,346,815 (Rank 2)

 

hero member
Activity: 2170
Merit: 640
Undeads.com - P2E Runner Game
Anybody having issues with p2p pools? Out node finds blocks but the payouts are terrible or sometimes we get blocks that don't show up in the chain, like this- http://explorer.darkcoin.io/block/0000000000027ade77e23bb76eacbd225ada0621c013643252cd07193234d27e

The node I'm using is http://p2drk.mupool.com/static/

Any reason why p2p is suffering?

They are on the wrong wallet version and though on the wrong chain.
Pick a pool here http://p2pools.org/drk
Take one of those with the highest global hashrate reported, the others are all on wrong chains, beacuse they didn't update their wallets.
legendary
Activity: 1834
Merit: 1023
and Darkcoin is breaking out again.... hold onto yr hats guys

dam it so is !
i am constantly waiting that this will relax itself,
but no ... keeps coming and coming !
So happy i do NOT try to buy anything !

Are we gonna run out of DRK supply soon ?

No, 0.0001 DRK can worth $100.   Grin

I am with you kai
just wanted to hear it from you !

And
We have NEVER been that close to LTC ! we are 65 cent off !! ... and we are going in oposite directions !! ....>
hero member
Activity: 938
Merit: 1000
and Darkcoin is breaking out again.... hold onto yr hats guys

dam it so is !
i am constantly waiting that this will relax itself,
but no ... keeps coming and coming !
So happy i do NOT try to buy anything !

Are we gonna run out of DRK supply soon ?

No, 0.0001 DRK can worth $100.   Grin

We are on the way to break 3$. A lot of people will party hard tonight Tongue
hero member
Activity: 546
Merit: 500
01100100 01100001 01110011 01101000
and Darkcoin is breaking out again.... hold onto yr hats guys

dam it so is !
i am constantly waiting that this will relax itself,
but no ... keeps coming and coming !
So happy i do NOT try to buy anything !

Are we gonna run out of DRK supply soon ?

No, 0.0001 DRK can worth $100.   Grin
legendary
Activity: 1834
Merit: 1023
and Darkcoin is breaking out again.... hold onto yr hats guys

dam it so is !
i am constantly waiting that this will relax itself,
but no ... keeps coming and coming !
So happy i do NOT try to buy anything !

Are we gonna run out of DRK supply soon ?
sr. member
Activity: 462
Merit: 250
.0084 reached...Short term top in, or just about to be in within next 12-24 hours is my guess. 10% down and overall consolidation for next couple days now?
JL

Did you buy back in then ?


Bought back at 0.0058, so I cost myself 0.001.
legendary
Activity: 2548
Merit: 1245
and Darkcoin is breaking out again.... hold onto yr hats guys
member
Activity: 115
Merit: 10
For those wondering about why DRK price has rose so fast in the last 72 hours here is the news summary:
*this is collated from the posts of others with a few edits*

1. Rumor of OKCoin.com adding DRK on their (FIAT) exchange.


2. DRK featured on FOX 26 news (6-nov-2014):
https://www.youtube.com/watch?v=9YQnYpc52ks


3. DRK discussed on Bloomberg TV (6-nov-2014):
http://www.businessweek.com/videos/2014-11-06/can-bitcoin-stocks-hold-up-against-the-feds


4. Evan testing first InstantX (INSTANT) transaction successfully in ~2 SECONDS (likely to be closer to 20 seconds when network latency is taken into account):
I just got multiple masternodes to form consensus, lock inputs, literally took 2 seconds to lock the transaction in place... then I tried to spend the same inputs for a higher fee. Works!

2014-11-07 01:13:18 ERROR: CTxMemPool::acceptableInputs()::InstantX : invalid transaction, conflicts with existing transaction lock CTxIn(COutPoint(365de7e2831dc8b85c2c94fef5f2b98e86a95e301879c5b3460db69df757deb9, 0), scriptSig=3046022100e2ca0a35ab1373)

5. Enforcement enabled, 100% compliant:
Enforcement is a success! We officially have 100% payment compliance and no forks on the network anywhere.

6. Newest Darkcoin Wallet v0.10.15.21, bloom filters (-90% outbound traffic), load reduction of ~70%:
Darkcoin - v0.10.15.21

If you are running a masternode on a VPS, I highly suggest you update to 15.21. This update reduces outbound traffic by 90%+ (which is what amazon charges for) by implementing bloom filters. Also load has been drastically reduced by about 70%.  

https://darkcointalk.org/threads/v10-15-onyx-release.2683/

7. Confirmed than Evan will be speaking at the virtual crypto convention.


8. Video demonstration of InstantX

BUMP!

And i'm waiting for more coins. Hope i can get my orders filled before the next RISING!
The number of Masternode is increasing these days~ Stable and Firmly~!
legendary
Activity: 1834
Merit: 1023
Silk Road Reloaded (SilkRoad 3.0) is already up and running Smiley

http://www.reddit.com/r/Bitcoin/comments/2ll3hh/theres_already_a_silk_road_30/

While I don't use them, I love all that stuff - I love people doing what they want, without being subjugated from all sides by the overlords and their ever increasing number of minions, those sniveling little weasels whose comfort zone is deep into their master's ass, as long as they do not hurt anyone else.

What I meant to say is I saw several guys selling stuff for Darkcoin.


Wozzek, where?
Don't see that anywhere?

I heard the same story 6-8 hours ago (I got a tip)
went on and checked but could not find any DRK !

Story goes they had technical problems with DRK and had to take it off for now
when it is fixed (whatever their problem is) DRK will be back on !
Totally unconfirmed story !
legendary
Activity: 1834
Merit: 1023
If we confirm support at 0.0078 next  stop is at 0.0093 and you can quote me on this  Grin

Big dump first,better for all of us,we can buy more MN then,when the price is too high so soon we will never reach the optimum level of MN thats needed for the Darkcoin network.


Dude shut up!

You sold your coins "made 10 btc" and now want the price to come down so you can acquire more. That's fine, but don't span the forum!

Go to the troll box on polo!

Dude chill man it's Sunday ???Why the rage,dont you want more MN on the network to make Darkcoin a better coin??

I want you to go to where you belong, in a troll box.
pump,sell,buy,dump repeat.

i want you to go away and take a chill pill and come back,no need to get personal on eachother.

Maybe you guys can share one !!!
 Grin
hero member
Activity: 768
Merit: 1000
Silk Road Reloaded (SilkRoad 3.0) is already up and running Smiley

http://www.reddit.com/r/Bitcoin/comments/2ll3hh/theres_already_a_silk_road_30/

While I don't use them, I love all that stuff - I love people doing what they want, without being subjugated from all sides by the overlords and their ever increasing number of minions, those sniveling little weasels whose comfort zone is deep into their master's ass, as long as they do not hurt anyone else.

What I meant to say is I saw several guys selling stuff for Darkcoin.


Wozzek, where?
Don't see that anywhere?
legendary
Activity: 1456
Merit: 1000
why can't we have multiple Master Nodes, say 3-5, running off 1 IP Address?


An internet- (more precise: socket-)  connection is (more or less) defined by the IP and the port-number to connect to.
The Masternodes right now use a fixed port for communication (9999 for mainnet, 19999 for testnet), so the only remaining variable to connect different Masternodes is the IP.

It was somewhat rhetorical.
Jump to: