Search content
Sort by

Showing 17 of 17 results by Qwitnix
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
Qwitnix
on 05/10/2014, 21:13:30 UTC
Did anyone else test the windows installer yet (https://bitcointalk.org/index.php?topic=684090.msg8918376#msg8918376)?

I see some posts again from people that are having trouble / questions about the install. This might help easing up the install.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
Qwitnix
on 23/09/2014, 19:41:46 UTC
Installer is here: https://bitcointalk.org/index.php?topic=684090.msg8918376#msg8918376

Would still like someone else than me to test it, so if someone has time... Smiley
It's only windows though...

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SuperNET - ICO conducted by BTER + ...
by
Qwitnix
on 23/09/2014, 18:54:23 UTC
Current plan for ShareSwap Module:
1) Redeem ac specified. Original asset specified.
2) Module loops through all original assets sent to redeem ac and for each one...
         a) Module checks sender_account, transactionID, amount of assets
         b) Module checks for replacement assets sent to sender ac with above transactionID as unencrypted message.
         c) If not found, then send appropriate amount of assets to sender account with transaction ID as unencrypted message
3) Module is rerun a few hours or days later. Each time, it should check and then ignore transactions involving assets already swapped.

Module will be able to be run in a 'checking' mode which will report the assets which need to be sent, but not do any sending (won't do part c). This can be used first to make sure there's nothing weird going on.

Hoping to have something available for testing tomorrow. Any flaws in the above prodecure?

I don't see any problems with those steps.

I don't have any Token on AE, but happy to test it with some other asset, or on test net. I'll be available in about 21 hours from the time I'm posting this (can never figure out what time that is in other places Wink

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
Qwitnix
on 23/09/2014, 18:44:01 UTC
I added auto BitcoinDark.conf generation today to the test repo.  Smiley

Matthew

Is that why I didn't need to do anything special on the most recent Mac wallet download I tested today?

No, I only updated the source code. Haven't released a binary as it's still in development.

I'm thinking we'll just have a list of trusted, donation-funded nodes hardcoded into the source. If you don't have a BitcoinDark.conf, it will automatically create it for you and generate a random rpcpassword.

In that case there's almost no need for any installer anymore. Sounds nice!

The only thing I can think of that you might need, is an option somewhere in the client to rebuild the database of blocks. That way a normal user never has to do something outside the client.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
Qwitnix
on 23/09/2014, 09:08:59 UTC
Now that Windows and Mac builds are being worked on, we are days away from getting a release all put together for beta testing, so I need to get these last few things done in the next day or two

James

Just let me know when it's ready, and I'll create a new Windows Installer.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
Qwitnix
on 21/09/2014, 22:39:35 UTC
the order in the .conf file doesnt matter
Good to know, but already found a better way to solve my problem Wink.

there should be different checksums for each binary download
if people are compiling their own, then the same version wont necessarily mean identical binaries due to differences in system build env
I used the version from the OP, as I haven't got a clue yet how to build it. Checksums were fine when I downloaded to a clean machine. Worked on the clean machine, and when finished created the SHA-256 checksum.
Uploaded on my main machine.
Downloaded on a 2nd clean machine, and still gave the same checksum. So I fugured all should be ok.

it is a good idea about the general version number. not sure of the best way to have that across all OS and daemon and wallets

I would say that every release should have the same version on all platforms. Usually the first 3 numbers are/should be used for external releases, the forth number for internal builds.
So everytime a version is released, update at least the 3rd number. Current version is 1.0.0.0, so next should be at least 1.0.1.0.
I might (but still need to test that a bit further) even need the 2nd one to go up to keep the updates working as intended. If so, I'll keep using a different version for the installer only, just like I did now.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
Qwitnix
on 21/09/2014, 22:26:42 UTC
Lets start with, please be carefull, only use at your own risk. I tried and used everything I could think of to keep this virus/malware free, but you never know.

Hopefully we'll see the version of the .exe of the wallet increase when a new version arrives. Until then I'll use a different version for the installer (0.1.0 for this first one).
This installer will:
- Backup the %appdata%\BitcoinDark to %appdata%\BitcoinDark__
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
Qwitnix
on 21/09/2014, 15:02:55 UTC
I'm trying to run a wallet on windows, but nothing is happening... where should bitcoindark.conf be located: in same folder as exe or in data folder..??

is there some specific network settings that should be done..?


As far as I know, you should place the bitcoindark.conf in the C:\Users\\AppData\Roaming\BitcoinDark folder.

PS. I'm still working on the installer. Just need a bit more info and time.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
Qwitnix
on 21/09/2014, 12:31:10 UTC
A few more questions about the wallet.

Is there a way to see if all lines of the BitcoinDark.conf are read without errors?
Is it ok to add a section head in the .conf like used in an ini file? [Settings] or something?
In the examples the .conf files all start with the rpcuser= and end with a list of the addnode=. Is it ok to mix up the sequence of the lines in the .conf? so start with a addnode= then the rpcuser= then another startnode= etc.

Is there a unique version number for each new version of the wallet?
if so, where can I find it?
if not, are you planning on doing that? It would be user friendly to have it, and I would like to try and use the same version numbers in the installer.

That's it for now.
Grtz,
Qwitnix
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
Qwitnix
on 19/09/2014, 19:14:24 UTC
So rpcuser and rpcpassword should not be in the default .config, people that will need it, will have to add it manually?
Or should the installer ask for it?
I haven't got a clue what it's for so if included in the installer wizard, I need a text to explain it to a user and/or a default value.

Grtz,
Qwitnix
they are needed, if you can automatically generate some random values that would be perfect
keep it to letters and numbers, 16 to 32 chars for each

Ok, I'll try that.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
Qwitnix
on 19/09/2014, 19:00:00 UTC
Quote
Code:
rpcuser=user
rpcpassword=pass
rpcport=14632
port=14631
daemon=1
gen=1
server=1
addnode=107.170.59.196
addnode=146.185.188.6
addnode=74.91.20.250:39997
addnode=54.85.50.15:50288
addnode=107.170.148.50:14631
addnode=65.129.66.246:57762
addnode=31.220.4.41
addnode=98.226.66.65
addnode=193.219.117.63
addnode=62.210.141.204
addnode=128.199.172.165
addnode=192.99.143.114
ths would be great!
you should build the binary to make sure it is not infected, assuming your computer isnt infected
i remember seeing checksum generating methods, but dont have the link

the .conf file details will be changing with the new release, so for now, just use the second one here, with changes to the rpcuser and rpcpassword. i am assuming it wont be hard to update the .conf template

So rpcuser and rpcpassword should not be in the default .config, people that will need it, will have to add it manually?
Or should the installer ask for it?
I haven't got a clue what it's for so if included in the installer wizard, I need a text to explain it to a user and/or a default value.

Grtz,
Qwitnix
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
Qwitnix
on 19/09/2014, 17:40:33 UTC
Hi all,

I see quite some people having some troubles with the installation of the wallet.
I myself also had some issues with the new version after the last fork.

So I'm planning of making an installer for windows (.MSI) that will do:
1. Check if a previous version of this installer is installed, if so, uninstall the old one first / upgrade the old one.
2. If not (otherwise, in the future, this will be done by the uninstall of the old msipackage), check if wallet is running, if so kill process. Is there a way built into the wallet to close the wallet nicely from a commandline?
3. Place the .exe in a folder on C:\Program Files\BitcoinDark (location customizable in install wizard)
4. Place shortcut in startmenu (by default)
5. Place shortcut on desktop (Optional, not default, will be a checkbox on install)
6. Start .exe on windows startup (not the default option, will be a checkbox on install, will probably write a key in run under HKLM)
7. If exist, backup %appdata%\BitcoinDark to %appdata%\BitCoinDark_PrevVersion (if this already exsists, remove the old, create the new backup) and remove all in %appdata%\BitcoinDark, except wallet and .conf (Also optional, but default)
8. If not present create .conf in %appdata%\BitcoinDark
9. Start .exe when installation is finished (Optional, but default)

To make this there's a few more things I need to know:
If I include this .conf file as default, will that do for the general end-user (it is the one you can downloaded from OP)?
Code:
addnode=107.170.59.196
addnode=146.185.188.6
addnode=74.91.20.250:39997
addnode=54.85.50.15:50288
addnode=186.94.211.104:49543
addnode=107.170.148.50:14631
addnode=65.129.66.246:57762
addnode=31.220.4.41
addnode=98.226.66.65
addnode=193.219.117.63
addnode=62.210.141.204
addnode=128.199.172.165
addnode=192.99.143.114
addnode=178.20.169.208
addnode=195.34.100.2:42038
addnode=5.101.107.239:60056

Or would it need the version that's written in text on the OP?
Code:
rpcuser=user
rpcpassword=pass
rpcport=14632
port=14631
daemon=1
gen=1
server=1
addnode=107.170.59.196
addnode=146.185.188.6
addnode=74.91.20.250:39997
addnode=54.85.50.15:50288
addnode=107.170.148.50:14631
addnode=65.129.66.246:57762
addnode=31.220.4.41
addnode=98.226.66.65
addnode=193.219.117.63
addnode=62.210.141.204
addnode=128.199.172.165
addnode=192.99.143.114

Or maybe even a completely different one?
How do I make sure that the file I upload is 100% virus, malware, etc free? Is there a trusted site or something?
Is there a guide that I can follow to make a checksum thingy, so people can checkt it's the exact same thing I uploaded?
Anything else needed?

Grtz,
Qwitnix

tl;dr: Incoming windows installer, but need some input to make it work.
Post
Topic
Board Announcements (Altcoins)
Re: [PoS+PoW] eXocoin [EXO]-gen 2.0- dev. from scratch! Give-Away | Open Beta
by
Qwitnix
on 20/04/2014, 14:32:35 UTC
Meh... agian too late for the Beta test... Would it be possible to have a testnet up inbetween te releases?

I understand it would need some restarts every now and then, but I keep missing the actual testing window, and I really would like to test it a bit.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN PoS+ PoW] eXocoin [EXO] - gen 2.0 - developed from scratch! Free Give-Away
by
Qwitnix
on 22/02/2014, 14:06:21 UTC
Hi Anon136,

Just send you 1.009BTC (1BTC exo + 0.009 fee)
TransactionID:  5b55e5d0b5be44e89ed59fcf55945a39af466945c4e561fcb19fbc83046e1324

Thanks,
Qwitnix
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NEM : Descendant of NXT - 4 billion coins - Equal Shares for ALL
by
Qwitnix
on 26/01/2014, 01:24:16 UTC
Interested,
80 NXT send, transaction id: 12120797183585756378
Post
Topic
Board Beginners & Help
Re: Newbee alert
by
Qwitnix
on 19/01/2014, 21:53:42 UTC
so premine = scam?

why?.. hmmm I'd better read up on it some more before buying then...
Post
Topic
Board Beginners & Help
Topic OP
Newbee alert
by
Qwitnix
on 19/01/2014, 21:44:20 UTC
Hi all!

Started a few days ago reading some stuff about all sorts of coins and it got me interested. Thought I'd register here as a nice starting point to get some more info.
At the moment I'm reading up on Bitcoin (and several altcoins) and NXT (interested in buying some NXT, so it keeps me interested a little longer than just reading about it) and playing around on some exchanges.

That's it for now, cya around!

Qwitinix