-
Notifications
You must be signed in to change notification settings - Fork 73
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
Doesn't work or outdated. #1
Comments
I do not know what's error. Because I tried and did not generate any errors.
|
Hello, |
I am getting same error: python gen.py -a quark -t 1517542208 -z "Don't work for weekends, work for our goals - 18/Jan/2018." -p "04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5f" 04ffff001d01043a446f6e277420776f726b20666f72207765656b656e64732c20776f726b20666f72206f757220676f616c73202d2031382f4a616e2f323031382e Traceback (most recent call last): File "gen.py", line 261, in main() File "gen.py", line 18, in main tx = create_transaction(input_script, output_script,options) File "gen.py", line 76, in create_transaction Bytes("version", 4), TypeError: init() takes exactly 2 arguments (3 given) |
debian@debian:~/genesis-block$ python gen.py -a quark -t 1509408000 -z "start 10/31/2017 12:00am (UTC)" -p "04aee5271cc17e6477ed9ff5a6ac1a4fdd5ca3457b28f19c738ebc69a7d5c1de9fac19c226c76a9ea912228b9c0bfd127d28bd36ca7c3d20befe42185e09318d52" SOS!!! |
sudo pip install quark-hash |
Hello, i have get same error Pls help me! |
@phantanthanh1996 install following deps: sudo pip install construct |
@tofutim Working now 👍 |
python gen.py -a quark -t 1520906820 -z "Test with new coin" -p "04c10e83b2703ccf322f7dbd62dd5855ac7c10bd055814ce121ba32607d573b8810c02c0582aed05b4deb9c4b77b26d92428c61256cd42774babea0a073b2ed0c9" |
Hi rushiraj111, with version python do you use to generate? |
@phantanthanh1996 try this: pip install construct==2.5.2 |
only x11 is not working. Is code commented ? |
Try node.js version more algorithms: https://github.com/nasa8x/node-genesis-block |
how about genesis for algo cryptonight? |
bug updates
…On Sun, May 20, 2018 at 3:19 PM wkibbler ***@***.***> wrote:
im getting this error. have managed to successfully hash one before this
Traceback (most recent call last):
File "gen.py", line 261, in
main()
File "gen.py", line 18, in main
tx = create_transaction(input_script, output_script,options)
File "gen.py", line 103, in create_transaction
return transaction.build(tx)
File "/home/william/.local/lib/python2.7/site-packages/construct/core.py",
line 212, in build
self.build_stream(obj, stream)
File "/home/william/.local/lib/python2.7/site-packages/construct/core.py",
line 219, in build_stream
self._build(obj, stream, Container())
File "/home/william/.local/lib/python2.7/site-packages/construct/core.py",
line 691, in _build
sc._build(subobj, stream, context)
File "/home/william/.local/lib/python2.7/site-packages/construct/core.py",
line 330, in _build
_write_stream(stream, self.length, bchr(obj) if isinstance(obj, int) else
obj)
File "/home/william/.local/lib/python2.7/site-packages/construct/core.py",
line 312, in _write_stream
raise FieldError("expected %d, found %d" % (length, len(data)))
construct.core.FieldError: expected 67, found 65
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AK51tdCkR_6buSg8r-Ym8SqtAl4sgpoCks5t0QrmgaJpZM4SJlVt>
.
|
my Quark genesis block doesn't work for my coin, It just fails and I get assertion core dumped error. DEBIAN COMMAND LINE
WHEN STARTING WALLET DAEMON I GET THIS ERROR...
DEBUG.LOG OUTPUT
Rejected my hash? I have changed all these details in the chainparams.cpp and am getting these issues, why would this be happening? is there another file that has the genesis hash? |
Are you sure add right: |
when generating the genesis hash it gives a different "pubkey" in the output should I change this for the genesis hash to work? [have previously generated new keypairs prior to genesis block creation,] via - |
somebody help me, tks: |
Doesn't work or outdated.
python gen.py -a lyra2re
04ffff001d0104435468652054696d65732031382f4a616e2f323031382e20446f6e277420776f726b20666f72207765656b656e64732c20776f726b20666f72206f757220676f616c732e
Traceback (most recent call last):
File "gen.py", line 260, in
main()
File "gen.py", line 17, in main
tx = create_transaction(input_script, output_script,options)
File "gen.py", line 74, in create_transaction
transaction = Struct("transaction",
NameError: global name 'Struct' is not defined
That's when trying to generate the Lyra2re algo genesis block as a test.
The text was updated successfully, but these errors were encountered: