Bitcoin Forum
May 24, 2024, 11:05:29 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 24 25 26 27 »
361  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 29, 2015, 08:42:03 PM
masternode update script: https://darkcointalk.org/threads/masternode-update-script.1640/

save the code inside a file called "update.sh"

use superputty for updating multiple masternode simultaneous

You can litarally just select it all in any notepad, copy it, and paste it into the terminal. Though you would want to remove the spaces in between commands, and move your 'darkcoind stop' to the top, because it takes a couple seconds to wind down. I find it easier than saving as an .sh because you are editing the lines that contain the current file name anyway Smiley

*This is applicable to Ubuntu, not sure if it applies to the putty folks.

Gotta LOVE this community for the ultra fast and helpful replies! Grin Thanks guys!
362  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 29, 2015, 08:27:07 PM
... Most of us have got scripts for that job, such as this:

./darkcoind stop
wget https://raw.githubusercontent.com/darkcoinproject/darkcoin-binaries/master/darkcoin-0.11.0.13-linux.tar.gz
tar zxvf darkcoin-0.11.0.13-linux.tar.gz
mv darkcoin-0.11.0.13-linux/bin/64/darkcoind .
chmod +x ./darkcoind
rm .darkcoin/peers.dat
./darkcoind

...
How exactly can I run these commands in one line?

My update method:
Code:
rm -rf darkcoind-old

wget https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.0.13-linux.tar.gz

tar zfvx darkcoin-0.11.0.13-linux.tar.gz

./darkcoind stop

mv darkcoind darkcoind-old

cp darkcoin-0.11.0.13-linux/bin/64/darkcoind darkcoind

rm .darkcoin/peers.dat

chmod 777 darkcoind

./darkcoind

./darkcoind masternode list | grep -e IP1 -e IP2

rm -rf darkcoin-0.11.0.13-linux

rm darkcoin-0.11.0.13-linux.tar.gz
363  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 28, 2015, 10:11:32 AM
Yes, everything is fine. It's a change address. Change addresses do not show up under normal addresses and are only found via coin control. If you are curious to see, enable coin control, go to the send tab and go into inputs. You should see that exact change amount designated as a change address.

This is your tx http://explorer.darkcoin.fr/tx/27c4183a9c30c3afd26dcb0bcc30b4cfdc640eff65d6231a0e0c21ab1899f2c8#o1 when you moved 69 DRK of MN payments to another address. However "Total in: 69.24965" and "Fee: 0.0007" so you got 0.24895 as change. Go to Preferences -> Wallet -> tick "Enable coin control features". Now go to Send tab and click "Inputs..." (optional - click "List mode") - there should be your MN (1000 DRK), 3 new payments (2.45609, 1.7507, 1.75) and change (0.24895). Try selecting few (let's say 2.45609 and 1.7507) and click ok. You should see a lot of info on Send tab now. Enter some amount less then Amount shown in Coin control section (let's say 1 DRK) and you'll see Change calculated there. Change addresses are generated automatically each time you send coins (if change is >0) to return leftover back to you wallet. You can override it however by using "Custom change address" field.

Thanks for the time and explanation guys! Smiley Sure going to read up more about it.
364  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 28, 2015, 10:09:42 AM

Why does only 11.0.14 show as "fully active" when the latest download is 11.0.13 ?

Where's this version 14 coming from ?







11.0.14 Core - All Users

https://darkcointalk.org/threads/v0-11-0-darkcoin-core-release.3601/page-34#post-38830

- Improved syncing speed (eduffield)
- Improved pre-mixing to create denominated amounts (UdjinM6)
- Update darkcoin-qt.desktop (vertoe)
- fix overpaying for DSTX - If you're using Darksend, please update (eduffield)
- make collateral inputs from all available inputs but not from mn-like (UdjinM6)
- 4 rounds default for DS, litemode changes for mining
- Catch UTXO set read errors and shutdown (UdjinM6)
- dseg limitations (eduffield)
- more fixes/cleanup/debug output to DS mixing (UdjinM6)
- Moved the note about masternode private keys. (Perry Woodin)
- Made the distinction between masternode private key and wallet private key more clear. (Perry Woodin)

Source: https://github.com/darkcoin/darkcoin
Windows .exe: https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.0.14-win.zip
Mac OSX: https://raw.githubusercontent.com/d...in-binaries/master/darkcoin-0.11.0.14-osx.dmg
Linux: https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.0.14-linux.tar.gz
365  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 28, 2015, 09:14:48 AM
Okay some weird stuff is going on here.. I just updated to 11.0.14 and suddenly my MN wallet is showing more coins than it actually has.

http://explorer.darkcoin.fr/address/XvJPvhhtn9AQeL8t6KWCN6bR8UjyRetsta

Balance: 1005.95679 DRK
Last payment: 23-01-2015

Screenshot shows the same last payment, but the amount of DRK is more..??



And on a sidenote: I haven't received a payment to any of my Masternodes for the past 5 days. I'm either doing something terribly wrong, or am I just unlucky?

It sure looks like change... check coin control for a different change address. Has nothing to do with the update. Finally, enforcement is back on so payments should even back out again.

Yep, your change is in this address http://explorer.darkcoin.fr/address/Xjs2oimzYocbBbVnE9zsjzx1NfotEspty1 from when you scrapped your payments off your masternode back to 1k.
So what does this mean exactly? Everything is fine? Tongue

How come the funds on that address show up in my MN wallet? These are the only addresses that my MN wallet has: https://i.imgur.com/G7kC16l.jpg, the one you linked to is a completely different address. Wut...
366  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★[ANN] [NAV] NAVAJO COIN - Anonymous Technology Beta Incoming ● CHAT ● Faucet! on: January 27, 2015, 11:25:15 PM
Could somebody who's 100% synchronised with the network - and has a quick connection ;p - upload the "blk0001.dat" file inside the Qt data folder? While I have 14 connections to the network and a 50Mbit connection it's still synchronising terribly slow, 5 hours have passed, only at 30% so far..
367  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★[ANN] [NAV] NAVAJO COIN - Anonymous Technology on: January 27, 2015, 10:15:14 PM
Will NAV be the first coin for using subchain Anon? or is there a coin using this method already?
We might be the first coin.

I predict, post anon, a value of .1-.5......possibly even 1to1. Complete and functioning anon will without a doubt draw billions into NAV as well as BTC. I stand firm on that.

I like the fresh good vibes here:) but mate that is a long way to that value !



It is long way but not very long . Now people know more good about crypto currencies and believe in them as future digital currencies than ever. This time way will be shorter than Drk but price more higher than that. Navajo's anon is the hot subject these days.
Keep in mind that the competition is growing as well! Smiley Don't worry, I also invested in NAV.
368  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 27, 2015, 07:05:27 PM
Guys don't get distracted by the competition, there is nothing wrong with that. We don't worry about the things we can't control, people are free to come up with their own solutions and they will put out biased articles, etc.

We must make sure we do the things we can control right. Produce research material, whitepapers and security bulletins and continue to improve on the technology. We must support our developers to continue to take risks and produce quality features and better more user friendly tech no matter how many updates are required.

Produce our own articles that explain DRK correctly, continue to promote adoption of our coin, be more professional, creative and perseverant than others and we will win.

To competing solutions I say; bring it on.
+1, very well said!
369  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 27, 2015, 10:05:16 AM

Didn't Evan just comment on the weaknesses of coinshuffle like two days ago?? And their knock on Darkcoin is laughable since the chance of getting de-anonymized after 16 rounds is vanishingly small.

Just my opinion, but that "article" seems more like a hit job on Darkcoin in response to Evan's security advisory than anything else... Angry
Yeah, my thoughts exactly...

Discussion continued here: https://bitcointalk.org/index.php?topic=567625.0
370  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TAKCoin REBRANDED . TOLERANCE. ACCEPTANCE. KNOWLEDGE [TAK] is Back. SHA256 on: January 26, 2015, 10:18:13 PM
Anyone working on bringing this coin back?

Or anyone interested in buying over 200k TAK, send me a PM.

Jyri confirmed he'll be working on TAK just a few posts before yours.
Great, any updates by Jyri himself? Smiley
371  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 25, 2015, 02:30:22 PM
According to drk.mn over 81% of the Masternodes are now running v11.x, does that mean enforcement is turned back on?
372  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DOPE]Coin Added to SilkRoadReload- Debit Card Coming -POS stake 10% Interest on: January 25, 2015, 12:59:42 PM
Any update on how often coins are being swapped? Still waiting..

Sorry been a bit manic with work, syncing the wallet now, should be done by tomorrow at the latest
How is it coming along?
373  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 25, 2015, 11:10:08 AM
In our time of instant gratification, a short attention span, a need for emergency (or normal) transactions abroad etc., real time texting etc., I would not deem a fast, reliable clearing time as a toy, rather as the necessity of the times we live in.

It's not that I disagree with that, it's that I'm saying that it's a waste of time for a blockchain to be worrying about it. 20 seconds is still far to slow.

People will not be doing blockchain transaction in supermarket queues, airport coffee bars, or even online eCommerce sites. The transactions will be buffered by a payments processor who will be able to support infinitely more flexibility and speed that a 'fast' blockchain can.

They currently do 5 seconds even if your bank takes 48 hours to clear the transaction.

Love your posts as always Tok Smiley but remember that Darks journey is still very young - if Evan implements InstantX and version 1 is 20 second confirmations.

What if Evan optimizes and makes confirmations 1 second upon refinement - this again could open up a new set of doors that nor you or I could have imagined.

Look at Darksend and the Masternode network refinement over time as an example.
As much as I love reading your posts toknormal, I have to agree with stealth on this one! Smiley
374  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Frycoin][FRY] - Shut up and take my money! Coin halving coming up! on: January 24, 2015, 04:05:05 PM
I'm selling FRY, hit me up if you're interested! Smiley Just have to wait until my coins have been swapped from v2 to v3.
375  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DOPE]Coin Added to SilkRoadReload- Debit Card Coming -POS stake 10% Interest on: January 24, 2015, 12:29:04 PM
Any update on how often coins are being swapped? Still waiting..
376  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Frycoin][FRY] - Shut up and take my money! Coin halving coming up! on: January 24, 2015, 12:26:56 PM
Any exchange available? One where I can actually deposit and withdraw FRY? Smiley

Yes, here.

https://btc-market.org/
I can't deposit coins there.. FRY doesn't show up in the deposit wallets, can you check?

Strange. I sent them a message about it. Hope it will be there soon.
Any news from BTC-Market.org about allowing me to deposit FRY?

No, I'll send them another message
Okay, thank you. Could you let us know as soon as you got a reply?
377  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 24, 2015, 11:03:34 AM
Enforcement should be enabled anytime soon. At the moment 77,4% of the active Masternodes are running v11.x! Cheesy
378  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DOPE]Coin Added to SilkRoadReload- Debit Card Coming -POS stake 10% Interest on: January 23, 2015, 03:01:11 PM
How in the world do I get my old (v1 or v2) wallet synced? I need to swap my coins to v3 coins, anyone that can help me with that?

EDIT:
Nevermind, got it. Managed to swap them via the website, hopefully everything goes well. Any chance the v2 block explorer is still running?

Hi LucD88,

The v2 Block Explorer is up , but we are re-doing the B.E at the moment. Should be up shortly.
Okay great, how long does it take before my coins have been swapped? Waiting for 4 days now, nothing has been changed to v3 yet..
379  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Frycoin][FRY] - Shut up and take my money! Coin halving coming up! on: January 23, 2015, 02:56:22 PM
Any exchange available? One where I can actually deposit and withdraw FRY? Smiley

Yes, here.

https://btc-market.org/
I can't deposit coins there.. FRY doesn't show up in the deposit wallets, can you check?

Strange. I sent them a message about it. Hope it will be there soon.
Any news from BTC-Market.org about allowing me to deposit FRY?
380  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DOPE]Coin Added to SilkRoadReload- Debit Card Coming -POS stake 10% Interest on: January 21, 2015, 02:30:30 PM
How in the world do I get my old (v1 or v2) wallet synced? I need to swap my coins to v3 coins, anyone that can help me with that?

EDIT:
Nevermind, got it. Managed to swap them via the website, hopefully everything goes well. Any chance the v2 block explorer is still running?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!