Bitcoin Forum
May 03, 2024, 10:02:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 [953] 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722504 times)
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
May 10, 2014, 09:30:05 AM
 #19041

I don't think the Evan has posted the info yet, but he has figured out how to make Darkcoin completely impossible to trace!! We are not giving out the complete details on it yet, but "I" wanted to give everyone a heads up about a new feature that will be a very big improvement!!! I'm sure there will be people, trolls, that will say this is not possible, but when you get the details even the trolls will have to agree.

 Look for the details coming out soon!

Man crush
1714773756
Hero Member
*
Offline Offline

Posts: 1714773756

View Profile Personal Message (Offline)

Ignore
1714773756
Reply with quote  #2

1714773756
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714773756
Hero Member
*
Offline Offline

Posts: 1714773756

View Profile Personal Message (Offline)

Ignore
1714773756
Reply with quote  #2

1714773756
Report to moderator
1714773756
Hero Member
*
Offline Offline

Posts: 1714773756

View Profile Personal Message (Offline)

Ignore
1714773756
Reply with quote  #2

1714773756
Report to moderator
1714773756
Hero Member
*
Offline Offline

Posts: 1714773756

View Profile Personal Message (Offline)

Ignore
1714773756
Reply with quote  #2

1714773756
Report to moderator
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
May 10, 2014, 09:35:31 AM
 #19042

The pumper woke up and got to work: ~60 BTC buy walls from 0.0049 to 0.0051 at Mintpal.

Resistance levels at 0.0045-46 seemed ok earlier.


Still doing my DIY multipool thing....I'm a happy net buyer on the way up  Grin
Macno
Legendary
*
Offline Offline

Activity: 984
Merit: 1000


View Profile
May 10, 2014, 09:38:59 AM
 #19043

That's no surprise. Currencies only started being floated in the late 20th century. It doesn't mean the gold standard worked well - it was just the prevailing system before Bretton Woods.

Yes, fiat currencies. In purchasing parity terms, the 30 years before WW1 (gold standard) where as globalized and productive as we were before 2008. I think it is dangerous to attribute our wealth to the management of centralized money managers. I`m all for competition (please let me fail with my stupid barbaric gold money). It`s them who are not.
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
May 10, 2014, 09:42:24 AM
Last edit: May 10, 2014, 09:57:26 AM by GhostPlayer
 #19044

Ok, this is getting really frustrating... Huh Still have the damn "not capable masternode"

- updated to latest daemon 0.7.1 - DarkCoin version v0.10.7.0-5-g0023e01-beta
- deleted testnet3
- generated address 0 on local wallet,
- sent testnet mining rewards to local wallet to a NEW address, then re-send myself to address 0 exactly 1k
- blockheights match, 6+ confirmations, closed darkcoind

Home router port forwareded 9999

- Started remote darkcoind
- started local darkcoind masternode=Server_IP:9999
- un-encrypt wallet a few second
- masternode start

not capable masternode. How can this be!? There must be something in the config, maybe I need more nodes? maybe my IP got banned somehow?

Local wallet getinfo & conf

Quote
yidakee@ubuntu:~$ darkcoind getinfo
{
    "version" : 100701,
    "protocolversion" : 70014,
    "walletversion" : 60000,
    "balance" : 225277.02818740,
    "blocks" : 3753,
    "timeoffset" : -7,
    "connections" : 6,
    "proxy" : "",
    "difficulty" : 0.05759035,
    "testnet" : true,
    "keypoololdest" : 1399712832,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "unlocked_until" : 0,
    "errors" : ""


Quote
#----
masternode=1
addnode=23.23.186.131
testnet=1
rpcuser=Dark_Ghost
rpcpassword=RPC_Bite_me
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
masternode=1
logtimestamps=1
maxconnections=256
#--------------------
# change ami_public_ip to public ip address which you connected by ssh
#---------------------



And here is server getinfo & conf

Quote
ubuntu@ip-172-31-23-208:~/.darkcoin$ darkcoind getinfo
{
    "version" : 100701,
    "protocolversion" : 70014,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 3753,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 0.05759035,
    "testnet" : true,
    "keypoololdest" : 1399708833,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""

Quote
#----
masternode=1
addnode=23.23.186.131
testnet=1
rpcuser=Dark_Server
rpcpassword=MN_Password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
#--------------------
# change ami_public_ip to public ip address which you connected by ssh
externalip=54.86.24.204
#---------------------

debug=1

coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
May 10, 2014, 09:55:34 AM
 #19045

6 days till RC2





Darkcoin takes another swing at Litecoin market cap:



Spending the day drinking at the Rugby 7s at Twickenham.  For you yanks - that's American Football without the body armour, you wimps Grin

Keep up the great DRK work!
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
May 10, 2014, 10:05:16 AM
 #19046

 Happy 10m in market cap people!
nonlinearboy
Hero Member
*****
Offline Offline

Activity: 703
Merit: 500



View Profile
May 10, 2014, 10:18:49 AM
 #19047

The pumper woke up and got to work: ~60 BTC buy walls from 0.0049 to 0.0051 at Mintpal.

Resistance levels at 0.0045-46 seemed ok earlier.


Still doing my DIY multipool thing....I'm a happy net buyer on the way up  Grin
buying up now
Honest Tim
Hero Member
*****
Offline Offline

Activity: 768
Merit: 1000



View Profile
May 10, 2014, 10:18:56 AM
 #19048

kidnap Evan and chain him


Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
May 10, 2014, 10:28:02 AM
 #19049

Happy 10m in market cap people!
There is a lot more volume now, almost a million and a +34.45 % change in the past 24 hours. This is very good, I'm thinking that we can/will hit 15m very soon. Blackcoin is very close, only about $200k behind.

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
May 10, 2014, 10:52:47 AM
 #19050

 On the official website download section, it says Stable version 0.9.3.1, but the OSx file is actually v0.9.2.2-g11cb148-beta...

 Any solution for Mac users?
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
May 10, 2014, 10:55:37 AM
Last edit: May 10, 2014, 11:07:37 AM by thelonecrouton
 #19051

More mn aggravation:

I can only see one of my masternodes when I run 'masternode list' from the mn itself, it does not show up from elsewhere.

On the mn, getinfo gives:
{
    "version" : 100701,
    "protocolversion" : 70014,
    "walletversion" : 60000,
    "balance" : 1000.00000000,
    "blocks" : 65867,
    "timeoffset" : 0,
    "connections" : 11,
    "proxy" : "",
    "difficulty" : 1206.83445281,
    "testnet" : false,
    "keypoololdest" : 1399685720,
    "keypoolsize" : 100,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "unlocked_until" : 0,
    "errors" : ""
}
so it's connected and up to date.

nmap shows ports 9998,9999 open on mn.

helpme@masternode:~$ netstat -an | grep LISTEN:
tcp        0      0 127.0.1.1:53            0.0.0.0:*               LISTEN    
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN    
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN    
tcp        0      0 0.0.0.0:9999            0.0.0.0:*               LISTEN    
tcp6       0      0 :::22                   :::*                    LISTEN    
tcp6       0      0 ::1:631                 :::*                    LISTEN    
tcp6       0      0 :::9998                 :::*                    LISTEN    
tcp6       0      0 :::9999                 :::*                    LISTEN  

darkcoin.conf is:

rpcuser=random_user
rpcpassword=random_password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
externalip=xx.xx.xx.xx
masternode=1
addnode=23.23.186.131

externalip is correct, conf is otherwise the same as my Amazon box which works fine.

Was previously trying to run this with a local wallet, was having problems with IP:0 showing on mn list, so made a new wallet, addr 0, which now lives on the mn, mn starts just fine.

Any suggestions?

bump

watching 'tail -f ~/.darkcoin/debug.log' shows me it's definitely talking to other masternodes    Huh
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
May 10, 2014, 10:56:43 AM
 #19052

Ok, this is getting really frustrating... Huh Still have the damn "not capable masternode"

- updated to latest daemon 0.7.1 - DarkCoin version v0.10.7.0-5-g0023e01-beta
- deleted testnet3
- generated address 0 on local wallet,
- sent testnet mining rewards to local wallet to a NEW address, then re-send myself to address 0 exactly 1k
- blockheights match, 6+ confirmations, closed darkcoind

Home router port forwareded 9999

- Started remote darkcoind
- started local darkcoind masternode=Server_IP:9999
- un-encrypt wallet a few second
- masternode start

not capable masternode. How can this be!? There must be something in the config, maybe I need more nodes? maybe my IP got banned somehow?


testnet port is 19999.
ITchangeWorld_Java
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 10, 2014, 11:00:32 AM
 #19053


One thing I'd like to know is what is happening with the BTC generated from the IPO, to me that should go to mintpal voting
CarlesPuyol
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
May 10, 2014, 11:01:38 AM
 #19054

great rise up, we need to continue.
be cail and hold your coins friends!
luckiy
Member
**
Offline Offline

Activity: 88
Merit: 10

luck


View Profile
May 10, 2014, 11:04:48 AM
 #19055

To  the  moon.To surpass the LTC.

Great TheSmurfsCoin:TZXBCrED3VzGy28V328bmXkvkd4s9hxVsC
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
May 10, 2014, 11:05:35 AM
 #19056


 NVIDIA miners can now mine X11 !!

http://cryptomining-blog.com/2361-new-ccminer-1-0-available-with-added-support-for-x11-mining/
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
May 10, 2014, 11:08:07 AM
 #19057

Ok, this is getting really frustrating... Huh Still have the damn "not capable masternode"

- updated to latest daemon 0.7.1 - DarkCoin version v0.10.7.0-5-g0023e01-beta
- deleted testnet3
- generated address 0 on local wallet,
- sent testnet mining rewards to local wallet to a NEW address, then re-send myself to address 0 exactly 1k
- blockheights match, 6+ confirmations, closed darkcoind

Home router port forwareded 9999

- Started remote darkcoind
- started local darkcoind masternode=Server_IP:9999
- un-encrypt wallet a few second
- masternode start

not capable masternode. How can this be!? There must be something in the config, maybe I need more nodes? maybe my IP got banned somehow?


testnet port is 19999.


Ahhh ffffaaaaaark me... that was the only thing I did NOT do after dumping testnet3... sheesh... seriously, I need more sleep

You should seriously think about a music career 'cos YOU ROCK! Wink  - love the new layout at drk.poolhash
kaene
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1005


View Profile
May 10, 2014, 11:09:16 AM
 #19058


Finally yeah!
splawik21
Legendary
*
Offline Offline

Activity: 1372
Merit: 1005


DASH is the future of crypto payments!


View Profile
May 10, 2014, 11:12:41 AM
 #19059

LOL!!!
 The net hashrate will rise now more than we've expected. Cool.

BE SMART, USE DASH ( ͡° ͜ʖ ͡°)
Equate
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
May 10, 2014, 11:13:22 AM
 #19060


Yes ,finally my Nvidia GPU can mine some DRK apart from gaming . 2.8 MH on 780 Ti is impressive.
Pages: « 1 ... 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 [953] 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 ... 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!