Bitcoin Forum
June 25, 2024, 01:53:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 [1803] 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722715 times)
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
June 15, 2014, 04:18:10 PM
 #36041

Are you talking on a server in a terminal on ubuntu desktop? Which text editor? There are quite a few, and none are called "Edit".

If it was vi or vim, hit esc, then type :q and hit enter.
If it was nano, Ctrl+x

HI naxin, thanks for responding.

I'm in a remote session on an EC2 server, connecting with OS/X terminal. I don't know what the editor is. It's possibly from one of the libraries downloaded during the steps outlined here: https://www.darkcointalk.org/threads/how-to-set-up-ec2-t1-micro-ubuntu-for-masternode-part-2-3.241/

I think if I use control keys, terminal on the Mac just intercepts them - it doesn't send them to the remote server.


DO NOT use OSx terminal to SSH into Ubuntu. There is an UTF-8 incompatibility that almost drove me crazy. Well... I was trying to compile the daemon back then, but in any case I had nothing but trouble. Install a Virtual Machine Ubuntu, and it will be a breeze.

There probably is a dedicated "Putty" for OSX, but quite frankly, I dont give a damn. I loved the challenge of doing it all under linux. Plus, I get another machine with wallet... actually, multiple...

I ssh into my mining rig (ubuntu) all the time with OSX terminal? You can change encoding, etc in the preferences..

+ 1
I have no problem with OSX Apple_Terminal.
I have managed servers, switches, and routers with Apple_Terminal.
I think Apple_Terminal is best.

By the way, my character encoding is Unicode(UTF-8), and bash LANG is ko_KR.UTF-8.

Well, I dont get it, really!!

Following your original RC1 guide, when we still had to compile etc... I got constantly stuck with "locale" error. I posted dozens of "heeeeelp" posts. Everyone, you too El Presidente, gave me fixes etc. Could never get it going properly.

Installed an VM Ubuntu and all my problems disappeared. I'm not an expert, just giving my experience.
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
June 15, 2014, 04:29:19 PM
 #36042

Mr. President, I want you to know I went through your tutorial last night (my time) and made a few comments, but just as I was posting them, darkcointalk.org went down.  I'm surprised it's not back up again yet!  Must be having problems?  Just some clarification for people as green as I was 5 months ago, LOL.  I'd like you to know, I did get my masternode up and running properly with a remote/offline wallet!  I'm so happy, thank you so much for helping everyone!

Anyway, I'm curious, why has the price dropped so dramatically again?  Makes no sense to me?

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
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
June 15, 2014, 04:32:24 PM
 #36043

Are you talking on a server in a terminal on ubuntu desktop? Which text editor? There are quite a few, and none are called "Edit".

If it was vi or vim, hit esc, then type :q and hit enter.
If it was nano, Ctrl+x

HI naxin, thanks for responding.

I'm in a remote session on an EC2 server, connecting with OS/X terminal. I don't know what the editor is. It's possibly from one of the libraries downloaded during the steps outlined here: https://www.darkcointalk.org/threads/how-to-set-up-ec2-t1-micro-ubuntu-for-masternode-part-2-3.241/

I think if I use control keys, terminal on the Mac just intercepts them - it doesn't send them to the remote server.


DO NOT use OSx terminal to SSH into Ubuntu. There is an UTF-8 incompatibility that almost drove me crazy. Well... I was trying to compile the daemon back then, but in any case I had nothing but trouble. Install a Virtual Machine Ubuntu, and it will be a breeze.

There probably is a dedicated "Putty" for OSX, but quite frankly, I dont give a damn. I loved the challenge of doing it all under linux. Plus, I get another machine with wallet... actually, multiple...

I ssh into my mining rig (ubuntu) all the time with OSX terminal? You can change encoding, etc in the preferences..

+ 1
I have no problem with OSX Apple_Terminal.
I have managed servers, switches, and routers with Apple_Terminal.
I think Apple_Terminal is best.

By the way, my character encoding is Unicode(UTF-8), and bash LANG is ko_KR.UTF-8.

Well, I dont get it, really!!

Following your original RC1 guide, when we still had to compile etc... I got constantly stuck with "locale" error. I posted dozens of "heeeeelp" posts. Everyone, you too El Presidente, gave me fixes etc. Could never get it going properly.

Installed an VM Ubuntu and all my problems disappeared. I'm not an expert, just giving my experience.


If "locale" error is happen, it's LANG env problem.


Here is example.
Code:
ubuntu@ip-172-31-4-239:~$ darkcoind help
terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Aborted (core dumped)

this one is caused by this
Code:
ubuntu@ip-172-31-4-239:~$ LANG=ko.KR
ubuntu@ip-172-31-4-239:~$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=ko.KR
LANGUAGE=
LC_CTYPE="ko.KR"
LC_NUMERIC="ko.KR"
LC_TIME="ko.KR"
LC_COLLATE="ko.KR"
LC_MONETARY="ko.KR"
LC_MESSAGES="ko.KR"
LC_PAPER="ko.KR"
LC_NAME="ko.KR"
LC_ADDRESS="ko.KR"
LC_TELEPHONE="ko.KR"
LC_MEASUREMENT="ko.KR"
LC_IDENTIFICATION="ko.KR"
LC_ALL=
ubuntu@ip-172-31-4-239:~$ darkcoind help
terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Aborted (core dumped)


LANG changed to en_US.UTF-8, error is gone.
Code:
ubuntu@ip-172-31-4-239:~$ LANG=en_US.UTF-8
ubuntu@ip-172-31-4-239:~$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

ubuntu@ip-172-31-4-239:~$ darkcoind help
addmultisigaddress <nrequired> <'["key","key"]'> [account]
addnode <node> <add|remove|onetry>
backupwallet <destination>
createmultisig <nrequired> <'["key","key"]'>
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
decoderawtransaction <hex string>
dumpprivkey <darkcoinaddress>
encryptwallet <passphrase>
getaccount <darkcoinaddress>
getaccountaddress <account>
getaddednodeinfo <dns> [node]
getaddressesbyaccount <account>
getbalance [account] [minconf=1]
getbestblockhash

Propulsion
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


The Buck Stops Here.


View Profile
June 15, 2014, 04:33:35 PM
 #36044

Mr. President, I want you to know I went through your tutorial last night (my time) and made a few comments, but just as I was posting them, darkcointalk.org went down.  I'm surprised it's not back up again yet!  Must be having problems?  Just some clarification for people as green as I was 5 months ago, LOL.  I'd like you to know, I did get my masternode up and running properly with a remote/offline wallet!  I'm so happy, thank you so much for helping everyone!

Anyway, I'm curious, why has the price dropped so dramatically again?  Makes no sense to me?

Moved the entire site to a different host. The only error should be browser caches.

If you are using windows do ipconfig /flushdns

If you are using Linux do service nscd restart

Anyway, try that see if it works and let me know. Thanks

-Propulsion
rentahash
Full Member
***
Offline Offline

Activity: 201
Merit: 100


View Profile
June 15, 2014, 04:38:35 PM
 #36045


Anyway, I'm curious, why has the price dropped so dramatically again?  Makes no sense to me?

Bonanca is always before storm Wink
prepare your DRK for a rise!
sin242
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
June 15, 2014, 04:40:02 PM
 #36046



Anyway, I'm curious, why has the price dropped so dramatically again?  Makes no sense to me?


Prep for big buy-ins this week.  Even with a large amount of sales the past couple hours the price hasn't really moved much.

Dark:  Xk9BoVerBd41JCjWQEhnxoowP7YNUK439z
BTC:  1JzPN2h8WGSi7kQeY5wuP4PjVD2hxkHJQM
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
June 15, 2014, 04:40:12 PM
 #36047

Mr. President, I want you to know I went through your tutorial last night (my time) and made a few comments, but just as I was posting them, darkcointalk.org went down.  I'm surprised it's not back up again yet!  Must be having problems?  Just some clarification for people as green as I was 5 months ago, LOL.  I'd like you to know, I did get my masternode up and running properly with a remote/offline wallet!  I'm so happy, thank you so much for helping everyone!

Anyway, I'm curious, why has the price dropped so dramatically again?  Makes no sense to me?
I am glad it helped Grin ^^
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
June 15, 2014, 04:45:50 PM
 #36048

Thanks Propulsion, I'll clear my cache

I'll make my comments on the thread then, El Presidente!

sin242 and rentahash, so the buy orders just dry up, therefore the price drops until some big entity begins buying again?  Wow the manipulations never end with crypto!  LOL

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
RUEHL
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 15, 2014, 04:50:08 PM
 #36049

Anyway, I'm curious, why has the price dropped so dramatically again?  Makes no sense to me?
Appears to be small retail trades.

Time to be overjoyed (or worried) is when you see moves on strong volume like last Sunday's 100k volume.

This Sunday, we maybe lucky if we trade 15k.


Donate BTC: 1FzpMgR34pJbEqtiMEujRiidoL7PgGPaUH
mana6
Sr. Member
****
Offline Offline

Activity: 354
Merit: 250



View Profile
June 15, 2014, 04:53:49 PM
 #36050

the best coin with Bc IN 2014 YEAR
Propulsion
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


The Buck Stops Here.


View Profile
June 15, 2014, 04:56:23 PM
 #36051

Thanks Propulsion, I'll clear my cache

I'll make my comments on the thread then, El Presidente!

sin242 and rentahash, so the buy orders just dry up, therefore the price drops until some big entity begins buying again?  Wow the manipulations never end with crypto!  LOL

Just checked. OpenDNS reports the old IP

Google DNS reports the correct one. You can use google's with 8.8.8.8 & 8.8.4.4 if absolutly neccessary

GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
June 15, 2014, 05:01:53 PM
 #36052

Thanks Propulsion, I'll clear my cache

I'll make my comments on the thread then, El Presidente!

sin242 and rentahash, so the buy orders just dry up, therefore the price drops until some big entity begins buying again?  Wow the manipulations never end with crypto!  LOL

Just checked. OpenDNS reports the old IP

Google DNS reports the correct one. You can use google's with 8.8.8.8 & 8.8.4.4 if absolutly neccessary



Hey Prop... I just cleared caches in Safari, but DNS still point to old IP.
rentahash
Full Member
***
Offline Offline

Activity: 201
Merit: 100


View Profile
June 15, 2014, 05:06:47 PM
 #36053

I just bought...
It feels so good Smiley
Propulsion
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


The Buck Stops Here.


View Profile
June 15, 2014, 05:13:40 PM
 #36054

Thanks Propulsion, I'll clear my cache

I'll make my comments on the thread then, El Presidente!

sin242 and rentahash, so the buy orders just dry up, therefore the price drops until some big entity begins buying again?  Wow the manipulations never end with crypto!  LOL

Just checked. OpenDNS reports the old IP address.
Google DNS reports the correct one. You can use google's with 8.8.8.8 & 8.8.4.4 if absolutly neccessary



Hey Prop... I just cleared caches in Safari, but DNS still point to old IP.

Until all the Name Servers start broadcasting the right IP, this is going to happen. Check which name server you are using for your DNS lookup.

Here is the exact issue: https://www.whatsmydns.net/#A/DarkcoinTalk.org/85.159.209.13

Then go here to OpenDns: http://cachecheck.opendns.com/

Still some discrepancies between them.  It's just going to take a little time for the internet to catch up.
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
June 15, 2014, 05:33:28 PM
 #36055




Right time? Change here http://gifcountdown.com/
TsuyokuNaritai
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
June 15, 2014, 05:43:33 PM
Last edit: June 15, 2014, 11:34:43 PM by TsuyokuNaritai
 #36056

Has the actual time been decided, and is it definitely that time zone?

Edit: Clock looks usually broken from here - sometimes all black, sometimes bottom 2/3 is black, sometimes is fine.

TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
June 15, 2014, 05:48:06 PM
 #36057

The clock I remember seeing was just a gif animation, not real time Tongue

I'm sure there is an actual block number which will start the payments, but I'm not sure which one...

I'm gonna be gone most of today, have a great one everyone!!!  And

Happy Father's Day USA!

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
dihydrogenmonoxide
Full Member
***
Offline Offline

Activity: 197
Merit: 101


View Profile
June 15, 2014, 06:14:49 PM
 #36058

Has the actual time been decided, and is it definitely that time zone?

Edit: Clock is sometimes broken from here - sometimes all black, sometimes bottom 2/3 is black, sometimes is fine.

Defined in sourcecode

Code:
#define START_MASTERNODE_PAYMENTS 1403280000 //Fri, 20 Jun 2014 16:00:00 GMT

https://github.com/darkcoinproject/darkcoin/blob/v0.9.10.1/src/main.h#L40

"The best way to convince a fool that he is wrong is to let him have his own way." - Josh Billings
mstrongbow
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

3D Printed!


View Profile
June 15, 2014, 06:15:10 PM
 #36059

5 more days huh...so a new wallet will be released on the 20th???
I am new to mining DRK but am digging the lower temps/kWh usage.
Thanks!

    Bitcoin-Scratchticket.com       Win Bitcoin Playing Scratchtickets        Provably Fair   
*Got LootCrate?*
*My Stuff For Sale thread/s*   www.CryptoCause.org   Ask me about SEGMining Hosting!
"Don't undertake a project unless it is manifestly important and nearly impossible" - Edwin Land
dihydrogenmonoxide
Full Member
***
Offline Offline

Activity: 197
Merit: 101


View Profile
June 15, 2014, 06:24:29 PM
 #36060

5 more days huh...so a new wallet will be released on the 20th???
I am new to mining DRK but am digging the lower temps/kWh usage.
Thanks!

No, recent wallet 0.9.10.1 already contains all necessary changes for the hardfork.

You can update now and you will be ready for the hardfork on 20th.

"The best way to convince a fool that he is wrong is to let him have his own way." - Josh Billings
Pages: « 1 ... 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 [1803] 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 ... 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!