Author Topic: 150 PTS - BOUNTY - Write HOW-TO for initializing genesis blocks. [CLOSED]  (Read 17534 times)

0 Members and 1 Guest are viewing this topic.

Offline barwizi

  • Hero Member
  • *****
  • Posts: 764
  • Noirbits, NoirShares, NoirEx.....lol, noir anyone?
    • View Profile
    • Noirbitstalk.org
--Bar--  PiNEJGUv4AZVZkLuF6hV4xwbYTRp5etWWJ

The magical land of crypto, no freebies people.

Offline bytemaster

For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline barwizi

  • Hero Member
  • *****
  • Posts: 764
  • Noirbits, NoirShares, NoirEx.....lol, noir anyone?
    • View Profile
    • Noirbitstalk.org
I see it has been merged into the website git. What now?

We will be paying this out soon.  Stan will be in contact with you.

How soon is this happening?
--Bar--  PiNEJGUv4AZVZkLuF6hV4xwbYTRp5etWWJ

The magical land of crypto, no freebies people.

Offline bytemaster

I see it has been merged into the website git. What now?

We will be paying this out soon.  Stan will be in contact with you.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline barwizi

  • Hero Member
  • *****
  • Posts: 764
  • Noirbits, NoirShares, NoirEx.....lol, noir anyone?
    • View Profile
    • Noirbitstalk.org
I see it has been merged into the website git. What now?
--Bar--  PiNEJGUv4AZVZkLuF6hV4xwbYTRp5etWWJ

The magical land of crypto, no freebies people.

Offline barwizi

  • Hero Member
  • *****
  • Posts: 764
  • Noirbits, NoirShares, NoirEx.....lol, noir anyone?
    • View Profile
    • Noirbitstalk.org
Being a absolute coding noob. Just reading the document:

Quote
To
Value importprivkey(const Array& params, bool fHelp)
{
    if (fHelp || params.size() < 1 || params.size() > 2)
        throw runtime_error(
            "importprivkey <NoirSharesPrivkey> [label]\n"
            "Adds a private key (as returned by dumpprivkey) to your wallet.");
    string strSecret = params[0].get_str();
    printf("before %s",strSecret.c_str());
    strSecret = convertAddress(strSecret.c_str(),149);
    printf("after %s",strSecret.c_str());
    string strLabel = "";

Why is the noirshares in there?

I took it out of mine as an example that you can reference. You can also use MMC as a refence, its up to you
--Bar--  PiNEJGUv4AZVZkLuF6hV4xwbYTRp5etWWJ

The magical land of crypto, no freebies people.

Offline graffenwalder

Being a absolute coding noob. Just reading the document:

Quote
To
Value importprivkey(const Array& params, bool fHelp)
{
    if (fHelp || params.size() < 1 || params.size() > 2)
        throw runtime_error(
            "importprivkey <NoirSharesPrivkey> [label]\n"
            "Adds a private key (as returned by dumpprivkey) to your wallet.");
    string strSecret = params[0].get_str();
    printf("before %s",strSecret.c_str());
    strSecret = convertAddress(strSecret.c_str(),149);
    printf("after %s",strSecret.c_str());
    string strLabel = "";

Why is the noirshares in there?

Offline barwizi

  • Hero Member
  • *****
  • Posts: 764
  • Noirbits, NoirShares, NoirEx.....lol, noir anyone?
    • View Profile
    • Noirbitstalk.org
--Bar--  PiNEJGUv4AZVZkLuF6hV4xwbYTRp5etWWJ

The magical land of crypto, no freebies people.

Offline markzookerburg

  • Full Member
  • ***
  • Posts: 100
    • View Profile

Offline barwizi

  • Hero Member
  • *****
  • Posts: 764
  • Noirbits, NoirShares, NoirEx.....lol, noir anyone?
    • View Profile
    • Noirbitstalk.org
--Bar--  PiNEJGUv4AZVZkLuF6hV4xwbYTRp5etWWJ

The magical land of crypto, no freebies people.

Offline barwizi

  • Hero Member
  • *****
  • Posts: 764
  • Noirbits, NoirShares, NoirEx.....lol, noir anyone?
    • View Profile
    • Noirbitstalk.org
Bump up the funds significantly please, i'm just writing the whole thing from start to end, rather than wait for someone to go through the hell i went through trying to do it for NRS.

https://docs.google.com/document/d/1xu4csMJB5jEb05EEzVWB2puCkQfFcXJtbAD6YPQ8ypc/edit

Barwizi thank you for finally getting the document to a suitable form where you can use it.  We would love for this to be in the form of a pull request for invictus.io as a new page.   I will pay out 160 for this being in a pull request once someone is able to follow the instructions and confirm they work.

lol, considering how important the document is, i was hoping for more, either way i'll put in a pull request though i am not good with web pages.
--Bar--  PiNEJGUv4AZVZkLuF6hV4xwbYTRp5etWWJ

The magical land of crypto, no freebies people.

Offline bytemaster

Bump up the funds significantly please, i'm just writing the whole thing from start to end, rather than wait for someone to go through the hell i went through trying to do it for NRS.

https://docs.google.com/document/d/1xu4csMJB5jEb05EEzVWB2puCkQfFcXJtbAD6YPQ8ypc/edit

Barwizi thank you for finally getting the document to a suitable form where you can use it.  We would love for this to be in the form of a pull request for invictus.io as a new page.   I will pay out 160 for this being in a pull request once someone is able to follow the instructions and confirm they work.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline barwizi

  • Hero Member
  • *****
  • Posts: 764
  • Noirbits, NoirShares, NoirEx.....lol, noir anyone?
    • View Profile
    • Noirbitstalk.org
Bump up the funds significantly please, i'm just writing the whole thing from start to end, rather than wait for someone to go through the hell i went through trying to do it for NRS.

https://docs.google.com/document/d/1xu4csMJB5jEb05EEzVWB2puCkQfFcXJtbAD6YPQ8ypc/edit
--Bar--  PiNEJGUv4AZVZkLuF6hV4xwbYTRp5etWWJ

The magical land of crypto, no freebies people.

Offline barwizi

  • Hero Member
  • *****
  • Posts: 764
  • Noirbits, NoirShares, NoirEx.....lol, noir anyone?
    • View Profile
    • Noirbitstalk.org
Updated to reflect the latest developments.

https://docs.google.com/document/d/1xu4csMJB5jEb05EEzVWB2puCkQfFcXJtbAD6YPQ8ypc/edit

This guide is getting closer....  but still seems a bit abstract and the links are visually unappealing / hard to follow.

How about now :- https://drive.google.com/file/d/0BxCtiOzdwvPyanBKV0M3MHVIb3c/edit?usp=sharing

Quote
but still seems a bit abstract

I though making it simple and concise was a plus, you think i should add more?
« Last Edit: February 14, 2014, 08:39:22 am by barwizi »
--Bar--  PiNEJGUv4AZVZkLuF6hV4xwbYTRp5etWWJ

The magical land of crypto, no freebies people.

Offline bytemaster

Updated to reflect the latest developments.

https://docs.google.com/document/d/1xu4csMJB5jEb05EEzVWB2puCkQfFcXJtbAD6YPQ8ypc/edit

This guide is getting closer....  but still seems a bit abstract and the links are visually unappealing / hard to follow. 
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.