Bitcoin Forum
May 04, 2024, 07:48:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 28 29 »
  Print  
Author Topic: [XMS] Moonstone DAC  (Read 33804 times)
MisO69
Legendary
*
Offline Offline

Activity: 1946
Merit: 1005


My mule don't like people laughing


View Profile
December 11, 2016, 04:35:27 PM
 #121

Okay now I'm getting this..

Code:
2001211ms th_a       application.cpp:505           handle_block         ] Got block: #90042 time: 2016-12-11T16:33:21 latency: 207 ms from: georgeandrews  irreversible: 90025 (-17)
2004211ms th_a       application.cpp:505           handle_block         ] Got block: #90043 time: 2016-12-11T16:33:24 latency: 207 ms from: morden  irreversible: 90028 (-15)
2007004ms th_a       witness.cpp:200               block_production_loo ] Not producing block because I don't have the private key for XMS76G3JYrfxTfYWdiA3nxvJ9taJmUkuXeLZPYq5exCknD2acPwSw
2008004ms th_a       witness.cpp:200               block_production_loo ] Not producing block because I don't have the private key for XMS76G3JYrfxTfYWdiA3nxvJ9taJmUkuXeLZPYq5exCknD2acPwSw
2009004ms th_a       witness.cpp:200               block_production_loo ] Not producing block because I don't have the private key for XMS76G3JYrfxTfYWdiA3nxvJ9taJmUkuXeLZPYq5exCknD2acPwSw
2010148ms th_a       application.cpp:505           handle_block         ] Got block: #90044 time: 2016-12-11T16:33:30 latency: 143 ms from: biodragon  irreversible: 90029 (-15)
2013207ms th_a       application.cpp:505           handle_block         ] Got block: #90045 time: 2016-12-11T16:33:33 latency: 203 ms from: riverhead  irreversible: 90030 (-15)

That key is the signing_key when you do the get_witness miso69 command.

Was it right the first time or is this something that I have to wait for a maintenance period to correct?
1714808917
Hero Member
*
Offline Offline

Posts: 1714808917

View Profile Personal Message (Offline)

Ignore
1714808917
Reply with quote  #2

1714808917
Report to moderator
1714808917
Hero Member
*
Offline Offline

Posts: 1714808917

View Profile Personal Message (Offline)

Ignore
1714808917
Reply with quote  #2

1714808917
Report to moderator
1714808917
Hero Member
*
Offline Offline

Posts: 1714808917

View Profile Personal Message (Offline)

Ignore
1714808917
Reply with quote  #2

1714808917
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714808917
Hero Member
*
Offline Offline

Posts: 1714808917

View Profile Personal Message (Offline)

Ignore
1714808917
Reply with quote  #2

1714808917
Report to moderator
MisO69
Legendary
*
Offline Offline

Activity: 1946
Merit: 1005


My mule don't like people laughing


View Profile
December 11, 2016, 04:41:51 PM
 #122

-snip-

Quote from dev
Remember you have to edit in your config.ini
your witness id with the "" (dont forget to remove the # sign infront of the witness id)
and your private key using your signing key and the corresponding private key which you get from dump_private_keys


I think this is where I made the mistake, I used the signing key from the witness, private key from miso69. I didn't use the public key from the dump_private_keys command. I will fix that and run the node again.

You have to  set the signing_key and it's private key in the config.ini file
The 4 lines when you typed dump_private_keys:
the first pair was when you generated your brain key
the second one was when you created your witness

okay so when I do a dump_private_keys I only see one key pair, its the same keypair I got when I did the suggest brain_key_command. pub key, wif priv key. I don't see a keypair associated with the signing key of the witness. Which is the XMS7... key above.
Penetrator10
Sr. Member
****
Offline Offline

Activity: 405
Merit: 500


View Profile
December 11, 2016, 04:44:53 PM
 #123

-snip-

Quote from dev
Remember you have to edit in your config.ini
your witness id with the "" (dont forget to remove the # sign infront of the witness id)
and your private key using your signing key and the corresponding private key which you get from dump_private_keys


I think this is where I made the mistake, I used the signing key from the witness, private key from miso69. I didn't use the public key from the dump_private_keys command. I will fix that and run the node again.

You have to  set the signing_key and it's private key in the config.ini file
The 4 lines when you typed dump_private_keys:
the first pair was when you generated your brain key
the second one was when you created your witness

okay so when I do a dump_private_keys I only see one key pair, its the same keypair I got when I did the suggest brain_key_command. pub key, wif priv key. I don't see a keypair associated with the signing key of the witness. Which is the XMS7... key above.


Then you make something wrong in early steps.
https://github.com/moonstonedac/moonstone/wiki/How-to-import-your-key
https://github.com/moonstonedac/moonstone/wiki/How-to-become-a-witness
MisO69
Legendary
*
Offline Offline

Activity: 1946
Merit: 1005


My mule don't like people laughing


View Profile
December 11, 2016, 04:56:26 PM
Last edit: December 11, 2016, 05:08:33 PM by MisO69
 #124

-snip-

Quote from dev
Remember you have to edit in your config.ini
your witness id with the "" (dont forget to remove the # sign infront of the witness id)
and your private key using your signing key and the corresponding private key which you get from dump_private_keys


I think this is where I made the mistake, I used the signing key from the witness, private key from miso69. I didn't use the public key from the dump_private_keys command. I will fix that and run the node again.

You have to  set the signing_key and it's private key in the config.ini file
The 4 lines when you typed dump_private_keys:
the first pair was when you generated your brain key
the second one was when you created your witness

okay so when I do a dump_private_keys I only see one key pair, its the same keypair I got when I did the suggest brain_key_command. pub key, wif priv key. I don't see a keypair associated with the signing key of the witness. Which is the XMS7... key above.


Then you make something wrong in early steps.
https://github.com/moonstonedac/moonstone/wiki/How-to-import-your-key
https://github.com/moonstonedac/moonstone/wiki/How-to-become-a-witness

I'm sure I followed the steps exactly. I imported the key, created the witness all basic copy and paste stuff.

When I do a dump_private_keys I don't see the keypair from the witness signing key only the keypair from the wallet when I initially created it. Am I supposed to see 4 keys there? 2 pub and 2 priv? If so I think there was a problem when creating my account.

I guess the part I'm missing is the private key for XMS76G3JYrfxTfYWdiA3nxvJ9taJmUkuXeLZPYq5exCknD2acPwSw but when I type dump_private_keys it doesn't show that key or its private key. Anyone know how I can get that private key?
Penetrator10
Sr. Member
****
Offline Offline

Activity: 405
Merit: 500


View Profile
December 11, 2016, 05:13:59 PM
 #125

Yes you must have 4lines one pair is public key and wif priv key ,second pair is signing_key and it's private key.I write you all info that you need you did something wrong earlier !
moonstonedac (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
December 11, 2016, 05:20:52 PM
 #126

-snip-

Quote from dev
Remember you have to edit in your config.ini
your witness id with the "" (dont forget to remove the # sign infront of the witness id)
and your private key using your signing key and the corresponding private key which you get from dump_private_keys


I think this is where I made the mistake, I used the signing key from the witness, private key from miso69. I didn't use the public key from the dump_private_keys command. I will fix that and run the node again.

You have to  set the signing_key and it's private key in the config.ini file
The 4 lines when you typed dump_private_keys:
the first pair was when you generated your brain key
the second one was when you created your witness

okay so when I do a dump_private_keys I only see one key pair, its the same keypair I got when I did the suggest brain_key_command. pub key, wif priv key. I don't see a keypair associated with the signing key of the witness. Which is the XMS7... key above.


Then you make something wrong in early steps.
https://github.com/moonstonedac/moonstone/wiki/How-to-import-your-key
https://github.com/moonstonedac/moonstone/wiki/How-to-become-a-witness

I'm sure I followed the steps exactly. I imported the key, created the witness all basic copy and paste stuff.

When I do a dump_private_keys I don't see the keypair from the witness signing key only the keypair from the wallet when I initially created it. Am I supposed to see 4 keys there? 2 pub and 2 priv? If so I think there was a problem when creating my account.

I guess the part I'm missing is the private key for XMS76G3JYrfxTfYWdiA3nxvJ9taJmUkuXeLZPYq5exCknD2acPwSw but when I type dump_private_keys it doesn't show that key or its private key. Anyone know how I can get that private key?



yes you should have 2 key pairs
can you check other json files, it might be there

moonstonedac (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
December 11, 2016, 05:39:37 PM
 #127

OP edited
I will only entertain requests for new accounts from jr members or higher to prevent abuse.

MisO69
Legendary
*
Offline Offline

Activity: 1946
Merit: 1005


My mule don't like people laughing


View Profile
December 11, 2016, 05:52:06 PM
 #128


-snip-


yes you should have 2 key pairs
can you check other json files, it might be there

No .. nothing, all the jsons are the same as the wallet. I tried to create a new wallet and import the private key from the suggest brain key command and I still only get one one set of key pairs. I don't see the key pair associated with the witness signing key.

Whats next? create a new account with a new brain key and start over? that would suck since this account has alot of votes.. Sad

moonstonedac (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
December 11, 2016, 05:57:59 PM
 #129


-snip-


yes you should have 2 key pairs
can you check other json files, it might be there

No .. nothing, all the jsons are the same as the wallet. I tried to create a new wallet and import the private key from the suggest brain key command and I still only get one one set of key pairs. I don't see the key pair associated with the witness signing key.

Whats next? create a new account with a new brain key and start over? that would suck since this account has alot of votes.. Sad



can you try
update_witness youraccount "" newsigningkey true
use your public key for your newsigningkey

cupscrypto
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 11, 2016, 06:26:32 PM
 #130

So what is the future looking like on this one ?
moonstonedac (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
December 11, 2016, 06:33:46 PM
 #131

So what is the future looking like on this one ?

Moonstone aims to have the best market-pegged assets (stablecoins) and a liquid decentralized exchange among those assets.
That's the far future.
Until then, it's just a DPOS clone blockchain with a passionate developer behind it.

MisO69
Legendary
*
Offline Offline

Activity: 1946
Merit: 1005


My mule don't like people laughing


View Profile
December 11, 2016, 07:39:14 PM
 #132


-snip-


yes you should have 2 key pairs
can you check other json files, it might be there

No .. nothing, all the jsons are the same as the wallet. I tried to create a new wallet and import the private key from the suggest brain key command and I still only get one one set of key pairs. I don't see the key pair associated with the witness signing key.

Whats next? create a new account with a new brain key and start over? that would suck since this account has alot of votes.. Sad



can you try
update_witness youraccount "" newsigningkey true
use your public key for your newsigningkey


That did it, thank you and everyone else who help out.

drays
Legendary
*
Offline Offline

Activity: 2520
Merit: 1073


View Profile
December 11, 2016, 09:36:20 PM
 #133

Bitshares clone, must be the first !!

Don't think its the first. There is the STEEM, which is also a Bitshares clone with a twist. Not sure if there were others too...

... this space is not for rent ...
drays
Legendary
*
Offline Offline

Activity: 2520
Merit: 1073


View Profile
December 11, 2016, 10:49:35 PM
 #134

Here is the list of current accounts:

Code:
list_accounts 0 100
[[
    "biodragon",
    "1.2.26"
  ],[
    "bittrex",
    "1.2.48"
  ],[
    "committee-account",
    "1.2.0"
  ],[
    "cupscrypto",
    "1.2.50"
  ],[
    "darkbitdev",
    "1.2.22"
  ],[
    "demo",
    "1.2.39"
  ],[
    "drays",
    "1.2.47"
  ],[
    "georgeandrews",
    "1.2.34"
  ],[
    "idol",
    "1.2.44"
  ],[
    "idolacchacked",
    "1.2.18"
  ],[
    "init00",
    "1.2.6"
  ],[
    "init01",
    "1.2.7"
  ],[
    "init02",
    "1.2.8"
  ],[
    "init03",
    "1.2.9"
  ],[
    "init04",
    "1.2.10"
  ],[
    "init05",
    "1.2.11"
  ],[
    "init06",
    "1.2.12"
  ],[
    "init07",
    "1.2.13"
  ],[
    "init08",
    "1.2.14"
  ],[
    "init09",
    "1.2.15"
  ],[
    "init10",
    "1.2.16"
  ],[
    "james",
    "1.2.29"
  ],[
    "john",
    "1.2.43"
  ],[
    "joseph",
    "1.2.20"
  ],[
    "korvin",
    "1.2.41"
  ],[
    "kunfu",
    "1.2.40"
  ],[
    "max2000irc",
    "1.2.28"
  ],[
    "mirny",
    "1.2.31"
  ],[
    "miso69",
    "1.2.23"
  ],[
    "moonscape",
    "1.2.45"
  ],[
    "moonstone",
    "1.2.17"
  ],[
    "morden",
    "1.2.46"
  ],[
    "nexus-dev",
    "1.2.30"
  ],[
    "nickyhash",
    "1.2.38"
  ],[
    "null-account",
    "1.2.3"
  ],[
    "penetrator10",
    "1.2.32"
  ],[
    "poloniex",
    "1.2.49"
  ],[
    "proxy-to-self",
    "1.2.5"
  ],[
    "ragingbull",
    "1.2.21"
  ],[
    "relaxed-committee-account",
    "1.2.2"
  ],[
    "riverhead",
    "1.2.19"
  ],[
    "sakr",
    "1.2.27"
  ],[
    "temp-account",
    "1.2.4"
  ],[
    "theboccet",
    "1.2.24"
  ],[
    "tkkp",
    "1.2.37"
  ],[
    "torontor",
    "1.2.25"
  ],[
    "utclover",
    "1.2.42"
  ],[
    "vvinam",
    "1.2.33"
  ],[
    "wasda",
    "1.2.35"
  ],[
    "witness-account",
    "1.2.1"
  ],[
    "yourmom420",
    "1.2.36"
  ]
]

I wonder if accounts "bittrex" and "poloniex" are created by the Dev, or by some "smart" guy, who intends to sell them later? Those are very fresh accounts, created recently...

I believe it will be right if the Dev reserves all account names which make sense, until they are grabbed by someone else...  Undecided

... this space is not for rent ...
theboccet
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
December 11, 2016, 11:14:47 PM
 #135

drays voted  Grin Grin Grin Grin
these accounts are always created anywhere.if you check some pools for example you will see amazing names

¦¦¦¦¦¦¦______
¦¦¦¦_¦¦¦¦¦¦¦¦¦¦_
¦¦¦¦¦¦¯¦¦¦¦¦¦¯¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦_¦¦¦¦¦¦_¦¦¦
¦¦¦¦¯¦¦¦¦¦¦¦¦¦¦¯
¦¦¦¦¦¦¦¯¯¯¯¯¯
   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦


¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  

¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¯¦¦¦¦¦¦¦¦¯
¦¦¦¦¦¯
   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦_¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦_¦_¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
MONETARYUNIT
.......for Me, U & Everyone.......
[/
idolacchacked
Hero Member
*****
Offline Offline

Activity: 598
Merit: 500


View Profile
December 11, 2016, 11:16:29 PM
 #136

Here is the list of current accounts:

Code:
list_accounts 0 100
[[
    "biodragon",
    "1.2.26"
  ],[
    "bittrex",
    "1.2.48"
  ],[
    "committee-account",
    "1.2.0"
  ],[
    "cupscrypto",
    "1.2.50"
  ],[
    "darkbitdev",
    "1.2.22"
  ],[
    "demo",
    "1.2.39"
  ],[
    "drays",
    "1.2.47"
  ],[
    "georgeandrews",
    "1.2.34"
  ],[
    "idol",
    "1.2.44"
  ],[
    "idolacchacked",
    "1.2.18"
  ],[
    "init00",
    "1.2.6"
  ],[
    "init01",
    "1.2.7"
  ],[
    "init02",
    "1.2.8"
  ],[
    "init03",
    "1.2.9"
  ],[
    "init04",
    "1.2.10"
  ],[
    "init05",
    "1.2.11"
  ],[
    "init06",
    "1.2.12"
  ],[
    "init07",
    "1.2.13"
  ],[
    "init08",
    "1.2.14"
  ],[
    "init09",
    "1.2.15"
  ],[
    "init10",
    "1.2.16"
  ],[
    "james",
    "1.2.29"
  ],[
    "john",
    "1.2.43"
  ],[
    "joseph",
    "1.2.20"
  ],[
    "korvin",
    "1.2.41"
  ],[
    "kunfu",
    "1.2.40"
  ],[
    "max2000irc",
    "1.2.28"
  ],[
    "mirny",
    "1.2.31"
  ],[
    "miso69",
    "1.2.23"
  ],[
    "moonscape",
    "1.2.45"
  ],[
    "moonstone",
    "1.2.17"
  ],[
    "morden",
    "1.2.46"
  ],[
    "nexus-dev",
    "1.2.30"
  ],[
    "nickyhash",
    "1.2.38"
  ],[
    "null-account",
    "1.2.3"
  ],[
    "penetrator10",
    "1.2.32"
  ],[
    "poloniex",
    "1.2.49"
  ],[
    "proxy-to-self",
    "1.2.5"
  ],[
    "ragingbull",
    "1.2.21"
  ],[
    "relaxed-committee-account",
    "1.2.2"
  ],[
    "riverhead",
    "1.2.19"
  ],[
    "sakr",
    "1.2.27"
  ],[
    "temp-account",
    "1.2.4"
  ],[
    "theboccet",
    "1.2.24"
  ],[
    "tkkp",
    "1.2.37"
  ],[
    "torontor",
    "1.2.25"
  ],[
    "utclover",
    "1.2.42"
  ],[
    "vvinam",
    "1.2.33"
  ],[
    "wasda",
    "1.2.35"
  ],[
    "witness-account",
    "1.2.1"
  ],[
    "yourmom420",
    "1.2.36"
  ]
]

I wonder if accounts "bittrex" and "poloniex" are created by the Dev, or by some "smart" guy, who intends to sell them later? Those are very fresh accounts, created recently...

I believe it will be right if the Dev reserves all account names which make sense, until they are grabbed by someone else...  Undecided


its some dick from steem that did the same shit
vvinam
Full Member
***
Offline Offline

Activity: 202
Merit: 100


View Profile
December 12, 2016, 06:51:42 AM
 #137

use "./witness_node" for mining ?


moonstonedac (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
December 12, 2016, 07:21:31 AM
 #138

Here is the list of current accounts:

Code:
list_accounts 0 100
[[
    "biodragon",
    "1.2.26"
  ],[
    "bittrex",
    "1.2.48"
  ],[
    "committee-account",
    "1.2.0"
  ],[
    "cupscrypto",
    "1.2.50"
  ],[
    "darkbitdev",
    "1.2.22"
  ],[
    "demo",
    "1.2.39"
  ],[
    "drays",
    "1.2.47"
  ],[
    "georgeandrews",
    "1.2.34"
  ],[
    "idol",
    "1.2.44"
  ],[
    "idolacchacked",
    "1.2.18"
  ],[
    "init00",
    "1.2.6"
  ],[
    "init01",
    "1.2.7"
  ],[
    "init02",
    "1.2.8"
  ],[
    "init03",
    "1.2.9"
  ],[
    "init04",
    "1.2.10"
  ],[
    "init05",
    "1.2.11"
  ],[
    "init06",
    "1.2.12"
  ],[
    "init07",
    "1.2.13"
  ],[
    "init08",
    "1.2.14"
  ],[
    "init09",
    "1.2.15"
  ],[
    "init10",
    "1.2.16"
  ],[
    "james",
    "1.2.29"
  ],[
    "john",
    "1.2.43"
  ],[
    "joseph",
    "1.2.20"
  ],[
    "korvin",
    "1.2.41"
  ],[
    "kunfu",
    "1.2.40"
  ],[
    "max2000irc",
    "1.2.28"
  ],[
    "mirny",
    "1.2.31"
  ],[
    "miso69",
    "1.2.23"
  ],[
    "moonscape",
    "1.2.45"
  ],[
    "moonstone",
    "1.2.17"
  ],[
    "morden",
    "1.2.46"
  ],[
    "nexus-dev",
    "1.2.30"
  ],[
    "nickyhash",
    "1.2.38"
  ],[
    "null-account",
    "1.2.3"
  ],[
    "penetrator10",
    "1.2.32"
  ],[
    "poloniex",
    "1.2.49"
  ],[
    "proxy-to-self",
    "1.2.5"
  ],[
    "ragingbull",
    "1.2.21"
  ],[
    "relaxed-committee-account",
    "1.2.2"
  ],[
    "riverhead",
    "1.2.19"
  ],[
    "sakr",
    "1.2.27"
  ],[
    "temp-account",
    "1.2.4"
  ],[
    "theboccet",
    "1.2.24"
  ],[
    "tkkp",
    "1.2.37"
  ],[
    "torontor",
    "1.2.25"
  ],[
    "utclover",
    "1.2.42"
  ],[
    "vvinam",
    "1.2.33"
  ],[
    "wasda",
    "1.2.35"
  ],[
    "witness-account",
    "1.2.1"
  ],[
    "yourmom420",
    "1.2.36"
  ]
]

I wonder if accounts "bittrex" and "poloniex" are created by the Dev, or by some "smart" guy, who intends to sell them later? Those are very fresh accounts, created recently...

I believe it will be right if the Dev reserves all account names which make sense, until they are grabbed by someone else...  Undecided


it's not mine i only have moonstone and demo

Crypto Girl
Sr. Member
****
Offline Offline

Activity: 980
Merit: 294


View Profile
December 12, 2016, 02:57:56 PM
 #139

the future of this coin is uncertain, it has no clearer plans and have no purpose, like a long and winding road, but we will see and watch.

I use this provider to trade Cryptos : Bitcoin Revolution
mirny
Legendary
*
Offline Offline

Activity: 1108
Merit: 1005



View Profile
December 12, 2016, 03:07:10 PM
 #140

Hi,
I have created account, upgraded account, created witness.
Can anybody for me: mirny
Will vote back then, cheers.

This is my signature...
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 28 29 »
  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!