Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create nostr_console_elf64 #646

Closed

Conversation

SatoshiNakamotoBitcoin
Copy link
Collaborator

No description provided.

@SatoshiNakamotoBitcoin
Copy link
Collaborator Author

.sh

https://github.com/SatoshiNakamotoBitcoin/pyblock/blob/master/nostr_console/nostr_console_elf64.sh

and

cd nostr_console && bash nostr_console_elf64.sh -k {privkey}
or
cd nostr_console && sh nostr_console_elf64.sh -k {privkey}

@vishalxl
Copy link

when a new version is released , of nostr console, how much effort would it need for you to again include it in your solution?

@curly60e
Copy link
Owner

curly60e commented Dec 17, 2022

when a new version is released , of nostr console, how much effort would it need for you to again include it in your solution?

import sys

def get_platform():
    platforms = {
        'linux1' : 'Linux',
        'linux2' : 'Linux',
        'darwin' : 'OS X',
        'win32' : 'Windows'
    }
    if sys.platform not in platforms:
        return sys.platform
    
    return platforms[sys.platform]

After that, inside pyblock git clone files for that precise OS, then execute it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants