Bitcoin Forum
May 29, 2024, 11:18:33 PM *
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 33806 times)
Cryptoipad
Member
**
Offline Offline

Activity: 260
Merit: 10


View Profile
January 08, 2017, 12:52:11 AM
 #401

So far everything is running great. We just need more action on the DEX and a regular central exchange.
ACAB
Hero Member
*****
Offline Offline

Activity: 636
Merit: 500


View Profile
January 08, 2017, 01:09:39 AM
 #402

No escrow. what a waste.

what do you mean? isn't the point of escrow to make sure the block chain goes live before the funds are released? the Moonstone block chain went live long before the crowdsale started.
'
No it could mean more like you need to do this that and the next thing before you get your money. Like I said. What a waste.
complexring
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
January 08, 2017, 01:13:26 AM
 #403

received my coins.

thanks, dev!
moonstonedac (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
January 09, 2017, 01:06:30 AM
 #404

You have until the end of the year to claim your XMS tokens.
The sooner, the better. Smiley

https://docs.google.com/spreadsheets/d/1q4VbumFmZ91bcfckDz9ojkpDTb3jyKXlKjnx24ZXtHE/edit?usp=sharing

roy778
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile WWW
January 09, 2017, 01:21:25 AM
 #405

received my coins too. Thanks
MarioV
Hero Member
*****
Offline Offline

Activity: 2254
Merit: 709


View Profile
January 09, 2017, 08:41:08 AM
 #406

I have all steps done, but when I restart my node I obtain this error:

Code:
./witness_node
2254315ms th_a       witness.cpp:89                plugin_initialize    ] witness plugin:  plugin_initialize() begin
2254316ms th_a       witness.cpp:118               plugin_initialize    ] 4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.2.102"}
    th_a  json.cpp:478 from_string
2254316ms th_a       main.cpp:189                  main                 ] Exiting with error:
4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.2.102"}
    th_a  json.cpp:478 from_string
rethrow
    {}
    th_a  witness.cpp:118 plugin_initialize
Kushedout
Legendary
*
Offline Offline

Activity: 1123
Merit: 1000


SaluS - (SLS)


View Profile
January 09, 2017, 09:22:55 AM
 #407

Received coins. Thanks.

Witness node running.

Please cast your vote for "kushed"

moonstonedac (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
January 09, 2017, 10:48:16 AM
 #408

I have all steps done, but when I restart my node I obtain this error:

Code:
./witness_node
2254315ms th_a       witness.cpp:89                plugin_initialize    ] witness plugin:  plugin_initialize() begin
2254316ms th_a       witness.cpp:118               plugin_initialize    ] 4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.2.102"}
    th_a  json.cpp:478 from_string
2254316ms th_a       main.cpp:189                  main                 ] Exiting with error:
4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.2.102"}
    th_a  json.cpp:478 from_string
rethrow
    {}
    th_a  witness.cpp:118 plugin_initialize

what did you put in your witness-id?
it should be 1.6.xx and not 1.2.102

MarioV
Hero Member
*****
Offline Offline

Activity: 2254
Merit: 709


View Profile
January 09, 2017, 01:08:31 PM
 #409

OK, I have it corrected, now I obtain this error:

Code:
mining@ubuntu:~/livenode$ ./witness_node
344301ms th_a       witness.cpp:89                plugin_initialize    ] witness plugin:  plugin_initialize() begin
344307ms th_a       witness.cpp:118               plugin_initialize    ] 4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.6.55"}
    th_a  json.cpp:478 from_string
344308ms th_a       main.cpp:189                  main                 ] Exiting with error:
4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.6.55"}
    th_a  json.cpp:478 from_string
rethrow
    {}
    th_a  witness.cpp:118 plugin_initialize
moonstonedac (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
January 09, 2017, 01:31:06 PM
 #410

OK, I have it corrected, now I obtain this error:

Code:
mining@ubuntu:~/livenode$ ./witness_node
344301ms th_a       witness.cpp:89                plugin_initialize    ] witness plugin:  plugin_initialize() begin
344307ms th_a       witness.cpp:118               plugin_initialize    ] 4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.6.55"}
    th_a  json.cpp:478 from_string
344308ms th_a       main.cpp:189                  main                 ] Exiting with error:
4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.6.55"}
    th_a  json.cpp:478 from_string
rethrow
    {}
    th_a  witness.cpp:118 plugin_initialize

did you put the 1.6.55 inside double quotes like this "1.6.55"

MarioV
Hero Member
*****
Offline Offline

Activity: 2254
Merit: 709


View Profile
January 09, 2017, 01:44:08 PM
 #411

OK, I have it corrected, now I obtain this error:

Code:
mining@ubuntu:~/livenode$ ./witness_node
344301ms th_a       witness.cpp:89                plugin_initialize    ] witness plugin:  plugin_initialize() begin
344307ms th_a       witness.cpp:118               plugin_initialize    ] 4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.6.55"}
    th_a  json.cpp:478 from_string
344308ms th_a       main.cpp:189                  main                 ] Exiting with error:
4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.6.55"}
    th_a  json.cpp:478 from_string
rethrow
    {}
    th_a  witness.cpp:118 plugin_initialize

did you put the 1.6.55 inside double quotes like this "1.6.55"


Mmmmm, sorry :-)

I hope everything is ok now:

Code:
mining@ubuntu:~/livenode$ ./witness_node
2417841ms th_a       witness.cpp:89                plugin_initialize    ] witness plugin:  plugin_initialize() begin
2417844ms th_a       witness.cpp:99                plugin_initialize    ] key_id_to_wif_pair: ["...","..."]
2417844ms th_a       witness.cpp:117               plugin_initialize    ] witness plugin:  plugin_initialize() end
2417847ms th_a       object_database.cpp:94        open                 ] Opening object database from /home/mining/livenode/witness_node_data_dir/blockchain ...
2418065ms th_a       object_database.cpp:100       open                 ] Done opening object database.
2418068ms th_a       db_management.cpp:128         open                 ] last_block->id(): 000d3b214ae79228feeb9f30d77822651a072a31 last_block->block_num(): 867105
2418069ms th_a       db_management.cpp:129         open                 ] head_block_id(): 000d3b214ae79228feeb9f30d77822651a072a31 head_block_num(): 867105
2418091ms th_a       thread.cpp:95                 thread               ] name:ntp tid:139694722516736
2418104ms ntp        ntp.cpp:202                   read_loop            ] exiting ntp read_loop
2418117ms th_a       thread.cpp:95                 thread               ] name:p2p tid:139694703634176
2418306ms th_a       application.cpp:173           reset_p2p_node       ] Adding seed node 96.126.108.90:20000
2418309ms th_a       application.cpp:188           reset_p2p_node       ] Configured p2p node to listen on 0.0.0.0:41804
2418324ms th_a       application.cpp:240           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:21000
2418333ms th_a       witness.cpp:122               plugin_startup       ] witness plugin:  plugin_startup() begin
2418341ms th_a       witness.cpp:129               plugin_startup       ] Launching block production for 1 witnesses.
2418342ms th_a       witness.cpp:140               plugin_startup       ] witness plugin:  plugin_startup() end
2418342ms th_a       main.cpp:173                  main                 ] Started witness node on a chain with 867105 blocks.
2418342ms th_a       main.cpp:174                  main                 ] Chain ID is f3bebc47a4c53877cac2dc53317b0889716926688ac216f34fb093bd9d9cdb6a
2419000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2420000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2421000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2422004ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2423000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2424000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2425000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2426000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2427000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2428031ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2428563ms th_a       application.cpp:505           handle_block         ] Got block: #870000 time: 2017-01-09T11:17:18 latency: 8590563 ms from: hagie  irreversible: 869967 (-33)
2429001ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2430002ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2431000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2432001ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2433199ms th_a       application.cpp:505           handle_block         ] Got block: #872691 time: 2017-01-09T13:40:33 latency: 199 ms from: sparkit  irreversible: 872668 (-23)
2436232ms th_a       application.cpp:505           handle_block         ] Got block: #872692 time: 2017-01-09T13:40:36 latency: 232 ms from: wasda  irreversible: 872673 (-19)
2439229ms th_a       application.cpp:505           handle_block         ] Got block: #872693 time: 2017-01-09T13:40:39 latency: 228 ms from: ragingbull  irreversible: 872675 (-18)
moonstonedac (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
January 09, 2017, 02:33:08 PM
 #412

OK, I have it corrected, now I obtain this error:

Code:
mining@ubuntu:~/livenode$ ./witness_node
344301ms th_a       witness.cpp:89                plugin_initialize    ] witness plugin:  plugin_initialize() begin
344307ms th_a       witness.cpp:118               plugin_initialize    ] 4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.6.55"}
    th_a  json.cpp:478 from_string
344308ms th_a       main.cpp:189                  main                 ] Exiting with error:
4 parse_error_exception: Parse Error
Can't parse a number with two decimal places
    {}
    th_a  json.cpp:277 number_from_stream

    {"str":"1.6.55"}
    th_a  json.cpp:478 from_string
rethrow
    {}
    th_a  witness.cpp:118 plugin_initialize

did you put the 1.6.55 inside double quotes like this "1.6.55"


Mmmmm, sorry :-)

I hope everything is ok now:

Code:
mining@ubuntu:~/livenode$ ./witness_node
2417841ms th_a       witness.cpp:89                plugin_initialize    ] witness plugin:  plugin_initialize() begin
2417844ms th_a       witness.cpp:99                plugin_initialize    ] key_id_to_wif_pair: ["...","..."]
2417844ms th_a       witness.cpp:117               plugin_initialize    ] witness plugin:  plugin_initialize() end
2417847ms th_a       object_database.cpp:94        open                 ] Opening object database from /home/mining/livenode/witness_node_data_dir/blockchain ...
2418065ms th_a       object_database.cpp:100       open                 ] Done opening object database.
2418068ms th_a       db_management.cpp:128         open                 ] last_block->id(): 000d3b214ae79228feeb9f30d77822651a072a31 last_block->block_num(): 867105
2418069ms th_a       db_management.cpp:129         open                 ] head_block_id(): 000d3b214ae79228feeb9f30d77822651a072a31 head_block_num(): 867105
2418091ms th_a       thread.cpp:95                 thread               ] name:ntp tid:139694722516736
2418104ms ntp        ntp.cpp:202                   read_loop            ] exiting ntp read_loop
2418117ms th_a       thread.cpp:95                 thread               ] name:p2p tid:139694703634176
2418306ms th_a       application.cpp:173           reset_p2p_node       ] Adding seed node 96.126.108.90:20000
2418309ms th_a       application.cpp:188           reset_p2p_node       ] Configured p2p node to listen on 0.0.0.0:41804
2418324ms th_a       application.cpp:240           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:21000
2418333ms th_a       witness.cpp:122               plugin_startup       ] witness plugin:  plugin_startup() begin
2418341ms th_a       witness.cpp:129               plugin_startup       ] Launching block production for 1 witnesses.
2418342ms th_a       witness.cpp:140               plugin_startup       ] witness plugin:  plugin_startup() end
2418342ms th_a       main.cpp:173                  main                 ] Started witness node on a chain with 867105 blocks.
2418342ms th_a       main.cpp:174                  main                 ] Chain ID is f3bebc47a4c53877cac2dc53317b0889716926688ac216f34fb093bd9d9cdb6a
2419000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2420000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2421000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2422004ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2423000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2424000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2425000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2426000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2427000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2428031ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2428563ms th_a       application.cpp:505           handle_block         ] Got block: #870000 time: 2017-01-09T11:17:18 latency: 8590563 ms from: hagie  irreversible: 869967 (-33)
2429001ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2430002ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2431000ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2432001ms th_a       witness.cpp:191               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
2433199ms th_a       application.cpp:505           handle_block         ] Got block: #872691 time: 2017-01-09T13:40:33 latency: 199 ms from: sparkit  irreversible: 872668 (-23)
2436232ms th_a       application.cpp:505           handle_block         ] Got block: #872692 time: 2017-01-09T13:40:36 latency: 232 ms from: wasda  irreversible: 872673 (-19)
2439229ms th_a       application.cpp:505           handle_block         ] Got block: #872693 time: 2017-01-09T13:40:39 latency: 228 ms from: ragingbull  irreversible: 872675 (-18)


look's ok, i can vote for you, what's your witness account?

moonstonedac (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
January 09, 2017, 02:42:04 PM
Last edit: January 09, 2017, 03:14:43 PM by moonstonedac
 #413

i noticed my votes are not anymore a guarantee to let anyone become an active witness. it's because majority of the genesis coins are now distributed. those who want to become active witness would need to ask from the community. or join the slack. just pm me your email and i'll send you an invite.

MarioV
Hero Member
*****
Offline Offline

Activity: 2254
Merit: 709


View Profile
January 09, 2017, 06:59:29 PM
 #414


look's ok, i can vote for you, what's your witness account?

marriov

Thanks!
passiveIncome
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
January 09, 2017, 09:09:06 PM
 #415

almost 40 btc already, crazy
I would watch out though... heard that its connected to uniqredit scam

█ Districts █ 3D Blockchain Platform  █ ICOBounty
logictense
Hero Member
*****
Offline Offline

Activity: 2146
Merit: 518


View Profile WWW
January 09, 2017, 09:19:09 PM
 #416

If u hold out hope for this one ure dilletantes and are likely to be scamed. I dont know whos in charge of the party, whoever he is, he is a subject to scam accusation and should be decapitated. <Must be avoided.

Kushedout
Legendary
*
Offline Offline

Activity: 1123
Merit: 1000


SaluS - (SLS)


View Profile
January 09, 2017, 11:58:39 PM
 #417

Any ICO participant that plans to run a Witness node, PM me or reply to this thread with your witness name so I may vote for you.

drays
Legendary
*
Offline Offline

Activity: 2534
Merit: 1073


View Profile
January 10, 2017, 01:20:35 AM
 #418

Any ICO participant that plans to run a Witness node, PM me or reply to this thread with your witness name so I may vote for you.

I plan, actually. Will I actually do that or not, depends on many factors, but I would like to try. Have no prev experience on running a witness before (Bitshares, Steem), I just run witness for Moonstone for first time. It was active almost 24/7 for the last month Smiley
My witness name is "drays" (not surpisingly).

... this space is not for rent ...
moonstonedac (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
January 10, 2017, 02:20:41 AM
 #419


look's ok, i can vote for you, what's your witness account?

marriov

Thanks!

voted

greenclover
Full Member
***
Offline Offline

Activity: 195
Merit: 100



View Profile
January 10, 2017, 05:11:46 AM
 #420

hi fellow witnesses, please vote for me, I'll vote for you too. Smiley
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!