Pages:
Author

Topic: [TESTNET]Bismuth - New Language, Interpretation Engines, DAPPs - page 27. (Read 49730 times)

member
Activity: 102
Merit: 10
Hi HCLivess, new version(0.84) installed everything worked good  ATM node synchronized very fast and my wallet didn't change:       f246e1b8d75e16e9451d6d8f22e63196c41ed26af7abd4f87fb3f44c . Yes I have windows 7 but I don't know why my wallet was overwritten in the prior version.
OK waiting for some test coins to try mining tool. Thanks.
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Looks like there are no issues with mining thus far
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Looks like signature verification was weak in several places, will release a hotfix soon


Any RSA-keys are all allowed a "transaction"

["transaction" : timestamp + ":" + yourAddress + ":" + myAddress + ":" + getAmount + ";" + signature_enc(MY RSA Key) + ";" + MY PublicKey]



The address verification is required
[address == hashlib.sha224(public_key_readable).hexdigest()]

Thanks for noticing, yes you can send coins from any address to which you have a matching private key, I recon it has to be sha224 due to the deciphering algorithm. Also, after adding float conversion everywhere, it looks like the node is now validating also the first two transactions in the ledger (which dont have proper signature), so the node should no longer accept any problematic signatures, because all the handling is supposed to be equal in all places

testnet coins sent to several latest addresses

also, consensus pool is now broken - will push fix soon, release tomorrow morning or tonight
I think I finally got it right... Anyway looks like the sync process will be faster
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Hi HCLivess,
I sent a new wallet address by https://docs.google.com/forms/d/1-zNSIyQ3lKoN5IlraQKZ7tEfhk6HduSVwuyLev0gOLk because when I updated to the new version(0.831) lost my old one. How can I save my actual wallet address when a new version is launched?
Thanks in advance.

Interesting, your wallet should not be lost if you run the application as administrator, which should happen automatically, but it looks like it doesnt for some. Windows 7?

Try installing somewhere else than Program Files
"C:\bismuth" for example
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Code:
if db_address[0:diff] == txhash[0:diff]:  # simplified comparison, no backwards mining
  if float(time_now) > float(db_timestamp):
    reward = 25
    app_log.info("Mempool: Heureka, reward mined: " + str(reward))
  else:
    app_log.info("Mempool: Future mining not allowed")


 If the node is a different time, the time comparison is not meaningful


thanks, unix time should be universal, has anyone had issues yet?
nodes are supposed to have internet-synched time, so all should fit in
newbie
Activity: 7
Merit: 0
Code:
if db_address[0:diff] == txhash[0:diff]:  # simplified comparison, no backwards mining
  if float(time_now) > float(db_timestamp):
    reward = 25
    app_log.info("Mempool: Heureka, reward mined: " + str(reward))
  else:
    app_log.info("Mempool: Future mining not allowed")


 If the node is a different time, the time comparison is not meaningful
member
Activity: 102
Merit: 10
Hi HCLivess,
I sent a new wallet address by https://docs.google.com/forms/d/1-zNSIyQ3lKoN5IlraQKZ7tEfhk6HduSVwuyLev0gOLk because when I updated to the new version(0.831) lost my old one. How can I save my actual wallet address when a new version is launched?
Thanks in advance.
newbie
Activity: 7
Merit: 0
Looks like signature verification was weak in several places, will release a hotfix soon


Any RSA-keys are all allowed a "transaction"

["transaction" : timestamp + ":" + yourAddress + ":" + myAddress + ":" + getAmount + ";" + signature_enc(MY RSA Key) + ";" + MY PublicKey]



The address verification is required
[address == hashlib.sha224(public_key_readable).hexdigest()]
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Is there a user friendly documentation on how to mine on testnet in windows?

yes, run node.exe and miner.exe
full member
Activity: 167
Merit: 100
Is there a user friendly documentation on how to mine on testnet in windows?
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Looks like signature verification was weak in several places, will release a hotfix soon
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Not synchronized since 6225

Thanks, my node might be actually down at the moment. I will check from home -> OK, so somehow I send 6226, but it is not added to your blockchain. Might be a db issue (similar to what used to happen to me). You can either send me the blockchain or see for yourself if the numbers align using "DB Browser for SQLite". Also please make sure your ledger.db is not locked for writing.


Found the issue: The transaction you did not receive has an invalid signature according to client.
I will check, not sure how it would spread though... Must be some float conversion mess

Also, I have decided there will be NO ICO for Bismuth, based on feedback. However, I may release a fork of Bismuth in the future, which will be ICO for an enterprise version of Bismuth (older stable version), a model similar to that of Fedora and RedHat
newbie
Activity: 7
Merit: 0
Not synchronized since 6225
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
blockchain broken again  Huh one tx missing, ill check what went wrong
EDIT: unified mempool lock handling (pushed, unreleased)

EDIT: I would like to thank the two active (open port) nodes for participating in the testnet, very much appreciated
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Could we get a cooperated mining + spamming operation?  Smiley
In an attempt to break the network

legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
nice logo. very alienish.  Grin

Thanks, that is a medieval chemical logo with Bismuth as the actual background overlay Wink
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
sr. member
Activity: 294
Merit: 250
🌟 æternity🌟 blockchain🌟
nice logo. very alienish.  Grin
Pages:
Jump to: