Bitcoin Forum
May 24, 2024, 10:56:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 24, 2016, 12:09:09 AM
reading the code, seems like we will have a decentralized exchange or something like that.
Code:
 /**
    * This operation creates a limit order and matches it against existing open orders.
    */
   struct limit_order_create_operation : public base_operation
   {
      string           owner;
      uint32_t         orderid = 0; /// an ID assigned by owner, must be unique
      asset            amount_to_sell;
      asset            min_to_receive;
      bool             fill_or_kill = false;
      time_point_sec   expiration = time_point_sec::maximum();

      void  validate()const;
      void  get_required_active_authorities( flat_set<string>& a )const{ a.insert(owner); }

      price           get_price()const { return amount_to_sell / min_to_receive; }

      pair<asset_symbol_type,asset_symbol_type> get_market()const
      {
         return amount_to_sell.symbol < min_to_receive.symbol ?
                std::make_pair(amount_to_sell.symbol, min_to_receive.symbol) :
                std::make_pair(min_to_receive.symbol, amount_to_sell.symbol);
      }
   };
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 11:52:57 PM
i've made my first tx :

Code:
{
  "ref_block_num": 20616,
  "ref_block_prefix": 1419248958,
  "expiration": "2016-03-23T23:48:27",
  "operations": [[
      "transfer",{
        "from": "****",
        "to": "*****",
        "amount": "1.5 1.5",
        "memo": "test"
      }
    ]
  ],
  "extensions": [],
  "signatures": [
    "******640a437ff373e886115776f15ab707ceb4597f6ff772231225****..........."
  ]
}

but cant verify if received, the "to" account balance didn't change.

transfer FROM TO AMOUNT memo bool << what is bool ? i put 1 in there but not sure  Undecided

EDIT: i found out the bool = broadcast the tx true or false

but then it fails , im not sure what is the allowed amount and whats the format ? 1.5, 1.000 and 1 do not work .
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 11:43:19 PM
Code:
transfer(string, string, steemit::chain::asset, string, bool)

can we use account names on from & to ? or only public-keys?
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 10:41:02 PM
how do we get total network hash rate & current diff ?
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 10:21:51 PM
Dev, Do you own the Cryptonomex, Inc. ?
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 10:04:49 PM
i think it is very easy to make a an explorer using node.js or php, anyone who is interested i can pay some BTC as bounty.

EDIT: also a webbased wallet like NXT is easy  Grin
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 09:46:13 PM

miner = ["name", "priv"]
miner = ["name2", "priv2"]
miner = ...


Do the priv* all need to be different?

you can use the same privkey for all ur miners.
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 09:29:30 PM
Code:
1150898ms th_a       witness.cpp:215               block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)
1151898ms th_a       witness.cpp:215               block_production_loo ] Not producing block because production is disabled until we receive a recent ....

what is your command to start ?
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 08:53:58 PM
why some names such as "dark" gives Error ?
Code:
4 parse_error_exception: Parse Error
Unexpected char '100' in "dark"
    {"c":100,"s":"dark"}
    th_a  json.cpp:433 variant_from_stream

    {"str":"dark"}
    th_a  json.cpp:478 from_string
rethrow
    {}
    th_a  witness.cpp:132 plugin_initialize

That is a very good question, did you forget quotes?

in the config file:

 witness = dark

OR

 witness = "dark"

i have other names without "" and got no errors
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 08:24:42 PM
why some names such as "dark" gives Error ?
Code:
4 parse_error_exception: Parse Error
Unexpected char '100' in "dark"
    {"c":100,"s":"dark"}
    th_a  json.cpp:433 variant_from_stream

    {"str":"dark"}
    th_a  json.cpp:478 from_string
rethrow
    {}
    th_a  witness.cpp:132 plugin_initialize
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 08:09:55 PM
Thanks dev, its very nice to discover and try something new  Grin

WTS 100 STEEM  Cheesy
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 07:51:24 PM
The purpose is so that we can mine this coin publicly and in a manner that gives everyone a chance to participate.  If no one else chooses to mine because it is too difficult, too little information, or no interest then that is fine.

So, if this approach is not for you, then please leave and let those who are curious explore the code and get involved without a dispute about "how" things *should be done*.  

Quote
Do you mean using -t #of threads, or add more account,privkey ?
Sorry, I meant to reply to that earlier but got rate limited.   Additional account + priv key.

im using the config.ini :

is this right ?

 miner = ["name","priv","name2","priv2"]

OR

 miner = ["name","priv"], ["name2","priv2"]

miner = ["name", "priv"]
miner = ["name2", "priv2"]
miner = ...


Be sure to also add:

witness = "name"
witness = "name2"
witness = "name3" ...

Or you will produce POW but not produce blocks and thus earn nothing.


cool, can i use the same privkey for all miners ? how many miners can we add? as my test shows only 3 of 6 miners.
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 07:23:03 PM
The purpose is so that we can mine this coin publicly and in a manner that gives everyone a chance to participate.  If no one else chooses to mine because it is too difficult, too little information, or no interest then that is fine.

So, if this approach is not for you, then please leave and let those who are curious explore the code and get involved without a dispute about "how" things *should be done*.  

Quote
Do you mean using -t #of threads, or add more account,privkey ?
Sorry, I meant to reply to that earlier but got rate limited.   Additional account + priv key.

im using the config.ini :

is this right ?

 miner = ["name","priv","name2","priv2"]

OR

 miner = ["name","priv"], ["name2","priv2"]
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 07:06:40 PM
You will get 0 HPS while your miner is in the queue to produce blocks.  Add a second miner to produce while your first miner waits.

Do you mean using -t #of threads, or add more account,privkey ?

bump  Roll Eyes
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 06:22:26 PM
You will get 0 HPS while your miner is in the queue to produce blocks.  Add a second miner to produce while your first miner waits.

Do you mean using -t #of threads, or add more account,privkey ?
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 06:02:42 PM
im mining with 6 cores and i got around 70 STEEM in total, no problem here. thanks dev

Yea and just felt the need to create a new shill account rather than using your own?

Good try "dev".

are you high or something?

Glad to hear you had success steemd, why did you create a new account cause it certainly does look like you are a sock puppet of mine Sad

can you please tell us, what is VESTES and SBD ? also what is "participation": "95.31250000000000000".

well, i wish there is anything i can do to prov that's im not you.  Grin

Participation rate is a concept brought over from BitShares.  It is a measure of how many "missed blocks" out of the last 128 blocks that were scheduled to be produced.  If someone mines and shuts down prior to producing a block then that can happen.

Thanks for info, how about the hash rate, it starts at 16k hps then later starts to go lower until it reaches 0 hps then later it go up again ?

im also getting blocks at 0 hps, please explain
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 05:05:20 PM
Can someone please compile windows binaries and post them here.


I know it is possible to build this on windows (it is derived from BitShares code which builds on windows), but I don't have a windows machine.

Crap, all my machines are windows. I guess I should just get with the program and install linux on a dual boot for my pcs. That would take a long time, maybe in a couple of weeks when I'm on vacation.

For now I guess I'll just watch and see what happens.


use cloud, vultr, amazon, etc..  Wink
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 04:58:59 PM
i wish i have a hero member account lol  Grin


Your coin is dead now dev you can stop posting the stupid smileys.

blah.. Grin
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 04:41:43 PM
im mining with 6 cores and i got around 70 STEEM in total, no problem here. thanks dev

Yea and just felt the need to create a new shill account rather than using your own?

Good try "dev".

are you high or something?

Glad to hear you had success steemd, why did you create a new account cause it certainly does look like you are a sock puppet of mine Sad

can you please tell us, what is VESTES and SBD ? also what is "participation": "95.31250000000000000".

well, i wish there is anything i can do to prov that's im not you.  Grin


Sign in with your hero account and claim STEEMD.


i wish i have a hero member account lol  Grin
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE on: March 23, 2016, 04:34:42 PM
im mining with 6 cores and i got around 70 STEEM in total, no problem here. thanks dev

Yea and just felt the need to create a new shill account rather than using your own?

Good try "dev".

are you high or something?

Glad to hear you had success steemd, why did you create a new account cause it certainly does look like you are a sock puppet of mine Sad

can you please tell us, what is VESTES and SBD ? also what is "participation": "95.31250000000000000".

well, i wish there is anything i can do to prov that's im not you.  Grin
Pages: « 1 2 3 [4] 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!