Bitcoin Forum
May 02, 2024, 06:55:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 [78] 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 »
  Print  
Author Topic: [ANN] Androids Tokens v2.0 [Proof of Stake]  (Read 115738 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
coinbloke
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 11, 2014, 11:20:21 PM
 #1541

any news anyone?
1714632934
Hero Member
*
Offline Offline

Posts: 1714632934

View Profile Personal Message (Offline)

Ignore
1714632934
Reply with quote  #2

1714632934
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714632934
Hero Member
*
Offline Offline

Posts: 1714632934

View Profile Personal Message (Offline)

Ignore
1714632934
Reply with quote  #2

1714632934
Report to moderator
1714632934
Hero Member
*
Offline Offline

Posts: 1714632934

View Profile Personal Message (Offline)

Ignore
1714632934
Reply with quote  #2

1714632934
Report to moderator
1714632934
Hero Member
*
Offline Offline

Posts: 1714632934

View Profile Personal Message (Offline)

Ignore
1714632934
Reply with quote  #2

1714632934
Report to moderator
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
August 11, 2014, 11:23:38 PM
 #1542

Not much i can do. I dont code PoS coins.

Bitrated user: ahmedbodi.
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
August 12, 2014, 02:37:05 AM
 #1543

Is some where good tutorial how to build own crypto coin QT wallet for Windows? I can comple client for Linux and wallet seems working there fine but I try to also lear build Qt wallet for Windows.
Posted from Bitcointa.lk - #20ZoFR3ycTa5dPQq

It's a real pain in the behind. I spent ages tryng to set up BOOST and QT on MingGW, but after about 20 "issues" (eg a patch required to fix a compile error) I felt I was wandering into "hack" territory - too much work to compile a specific set of libraries for a particular coin, that would probably end up broken again if anything ever changed.

Have a look at Gitian, which uses a virtual machine under Linux to provide a consistent OS install for cross compiling a Windows executable. The config files (*.yml) for ADTv2 seem to be valid, and are located in contrib/gitian-descriptors/ . You need to build boost, qt, deps first (at each step, move the zip created from build/out to inputs/ ), then do the final gitian-win32 client build.

Once the compile succeeds, try modifying the YML files to work with newer libraries. In particular, I would update openssl.
taiman
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
August 12, 2014, 07:49:06 PM
 #1544

It's a real pain in the behind. I spent ages tryng to set up BOOST and QT on MingGW, but after about 20 "issues" (eg a patch required to fix a compile error) I felt I was wandering into "hack" territory - too much work to compile a specific set of libraries for a particular coin, that would probably end up broken again if anything ever changed.

Have a look at Gitian, which uses a virtual machine under Linux to provide a consistent OS install for cross compiling a Windows executable. The config files (*.yml) for ADTv2 seem to be valid, and are located in contrib/gitian-descriptors/ . You need to build boost, qt, deps first (at each step, move the zip created from build/out to inputs/ ), then do the final gitian-win32 client build.

Once the compile succeeds, try modifying the YML files to work with newer libraries. In particular, I would update openssl.

Yeah this seems very hard compile for Windows I will be give try if get this some how to build under Windows also. Cross compile enviroment idea may good idea also to try.
Posted from Bitcointa.lk - #UhA4xws0tGWPW3T0
Crestington
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
August 13, 2014, 05:35:52 AM
 #1545

It's a real pain in the behind. I spent ages tryng to set up BOOST and QT on MingGW, but after about 20 "issues" (eg a patch required to fix a compile error) I felt I was wandering into "hack" territory - too much work to compile a specific set of libraries for a particular coin, that would probably end up broken again if anything ever changed.

Have a look at Gitian, which uses a virtual machine under Linux to provide a consistent OS install for cross compiling a Windows executable. The config files (*.yml) for ADTv2 seem to be valid, and are located in contrib/gitian-descriptors/ . You need to build boost, qt, deps first (at each step, move the zip created from build/out to inputs/ ), then do the final gitian-win32 client build.

Once the compile succeeds, try modifying the YML files to work with newer libraries. In particular, I would update openssl.

Yeah this seems very hard compile for Windows I will be give try if get this some how to build under Windows also. Cross compile enviroment idea may good idea also to try.
Posted from Bitcointa.lk - #UhA4xws0tGWPW3T0

I find this link for Windows wallets is useful https://bitcointalk.org/index.php?topic=149479.0

I found compiling in Linux to be more straightforward but had quite a bit of trouble getting it to compile in Windows. If you could help with a little guide if you are successful I can shout you a bit of Btc
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
August 13, 2014, 07:50:50 AM
 #1546

I find this link for Windows wallets is useful https://bitcointalk.org/index.php?topic=149479.0

That's what I tried initially, but just kept running into hurdle after hurdle. It probably didn't help that I was trying it on a laptop running XP Pro. Smiley

Gitian has its own little quirks but now that it's set up I can finally compile a fresh Windows executable with relative ease. The important thing is that it is CONSISTENT - even though I've upgraded my Linux dist, it will continue to work just fine because it uses a VM with its own dist. I recently upgraded from XP 32 bit to Windows 8 64 bit, you reckon a MingGW install would have needed no changes? Smiley
Crestington
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
August 13, 2014, 12:43:43 PM
 #1547


Have a look at Gitian, which uses a virtual machine under Linux to provide a consistent OS install for cross compiling a Windows executable. The config files (*.yml) for ADTv2 seem to be valid, and are located in contrib/gitian-descriptors/ . You need to build boost, qt, deps first (at each step, move the zip created from build/out to inputs/ ), then do the final gitian-win32 client build.

Would you be able to explain this in a bit more detail? specifically

 "(at each step, move the zip created from build/out to inputs/ ), then do the final gitian-win32 client build."

I had used the link I posted as well and could compile Boost, QT and all dependencies but had a lot of trouble with compiling errors when trying to link Berkley libraries and really just error after error.
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
August 13, 2014, 02:22:08 PM
 #1548


Have a look at Gitian, which uses a virtual machine under Linux to provide a consistent OS install for cross compiling a Windows executable. The config files (*.yml) for ADTv2 seem to be valid, and are located in contrib/gitian-descriptors/ . You need to build boost, qt, deps first (at each step, move the zip created from build/out to inputs/ ), then do the final gitian-win32 client build.

Would you be able to explain this in a bit more detail? specifically

 "(at each step, move the zip created from build/out to inputs/ ), then do the final gitian-win32 client build."

I had used the link I posted as well and could compile Boost, QT and all dependencies but had a lot of trouble with compiling errors when trying to link Berkley libraries and really just error after error.

When running Gitian it expects any files required to be located in ./inputs, and places the results (either a zip file for intermediate libs/dependencies, or an exe for the client compile) in ./build/out

So if you compile, say, Boost, it will take the source from ./inputs, and will place the zip in ./build/out. You then need to move that freshly created zip to ./inputs (where the client compile will expect to find it)

Have a look at the files: section of each YML file to see which files it is expecting as inputs.
Crestington
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
August 15, 2014, 07:27:22 PM
 #1549

After further reviewing the code that e.exchangers has given me I left negative feedback because the code he used has a number of coding errors as seen by pushing the code against other coins and I paid him 0.5 BTC for some further work with no word in nearly a week. I tried to give him the benefit of the doubt but can't wait for weeks and months on end for code that he can't fix himself.

Zack, if you would like I can help you with source code of a Pow/Pos coin that is functional and works and can show you where changes need to be made and how to create a new Merklehash and Genesis Block as well as compiling on Linux.

I would need a bit of help with compiling on windows though so would like to do a bit of quid pro quo and share information.
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
August 15, 2014, 11:27:25 PM
 #1550

After further reviewing the code that e.exchangers has given me I left negative feedback because the code he used has a number of coding errors as seen by pushing the code against other coins and I paid him 0.5 BTC for some further work with no word in nearly a week. I tried to give him the benefit of the doubt but can't wait for weeks and months on end for code that he can't fix himself.

Zack, if you would like I can help you with source code of a Pow/Pos coin that is functional and works and can show you where changes need to be made and how to create a new Merklehash and Genesis Block as well as compiling on Linux.

I would need a bit of help with compiling on windows though so would like to do a bit of quid pro quo and share information.

A new coin does not need to be made. Just a hard fork

Bitrated user: ahmedbodi.
Crestington
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
August 16, 2014, 12:12:50 AM
 #1551

Quote from: ahmed_bodi link=topic=440353.msg7423643#msg7423643 g8373376#msg8373376 date=1408145245
After further reviewing the code that e.exchangers has given me I left negative feedback because the code he used has a number of coding errors as seen by pushing the code against other coins and I paid him 0.5 BTC for some further work with no word in nearly a week. I tried to give him the benefit of the doubt but can't wait for weeks and months on end for code that he can't fix himself.

Zack, if you would like I can help you with source code of a Pow/Pos coin that is functional and works and can show you where changes need to be made and how to create a new Merklehash and Genesis Block as well as compiling on Linux.

I would need a bit of help with compiling on windows though so would like to do a bit of quid pro quo and share information.

A new coin does not need to be made. Just a hard fork

Yes I know that, but would be good to have an independent copy to test and try new things on so can be more confident of changes.
cryptmebro
Hero Member
*****
Offline Offline

Activity: 786
Merit: 1000


View Profile
August 16, 2014, 12:21:00 AM
 #1552

Quote from: ahmed_bodi link=topic=440353.msg7423643#msg7423643 g8373376#msg8373376 date=1408145245
After further reviewing the code that e.exchangers has given me I left negative feedback because the code he used has a number of coding errors as seen by pushing the code against other coins and I paid him 0.5 BTC for some further work with no word in nearly a week. I tried to give him the benefit of the doubt but can't wait for weeks and months on end for code that he can't fix himself.

Zack, if you would like I can help you with source code of a Pow/Pos coin that is functional and works and can show you where changes need to be made and how to create a new Merklehash and Genesis Block as well as compiling on Linux.

I would need a bit of help with compiling on windows though so would like to do a bit of quid pro quo and share information.

A new coin does not need to be made. Just a hard fork

Yes I know that, but would be good to have an independent copy to test and try new things on so can be more confident of changes.

Testnet...
Crestington
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
August 16, 2014, 09:47:21 AM
 #1553

Quote from: ahmed_bodi link=topic=440353.msg7423643#msg7423643 g8373376#msg8373376 date=1408145245
After further reviewing the code that e.exchangers has given me I left negative feedback because the code he used has a number of coding errors as seen by pushing the code against other coins and I paid him 0.5 BTC for some further work with no word in nearly a week. I tried to give him the benefit of the doubt but can't wait for weeks and months on end for code that he can't fix himself.

Zack, if you would like I can help you with source code of a Pow/Pos coin that is functional and works and can show you where changes need to be made and how to create a new Merklehash and Genesis Block as well as compiling on Linux.

I would need a bit of help with compiling on windows though so would like to do a bit of quid pro quo and share information.

A new coin does not need to be made. Just a hard fork

Yes I know that, but would be good to have an independent copy to test and try new things on so can be more confident of changes.

Testnet...

What is Testnet?
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
August 16, 2014, 01:15:04 PM
 #1554

What is Testnet?

An alternate blockchain built into most *coin clients, used solely for testing, usually with some extra bits in the code to accelerate things like PoS.
trilltokill
Full Member
***
Offline Offline

Activity: 135
Merit: 100


View Profile
August 16, 2014, 08:07:54 PM
 #1555

Price of ADT has risen a little. I'll take whatever I can get Roll Eyes Roll Eyes
Crestington
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
August 16, 2014, 09:22:20 PM
 #1556

What is Testnet?

An alternate blockchain built into most *coin clients, used solely for testing, usually with some extra bits in the code to accelerate things like PoS.

Yeah I know what Testnet is, just more of a pet peeve to make suggestions and try to help and be met with rudeness from the ones that don't even practice what they preach.
gnargnar
Legendary
*
Offline Offline

Activity: 1111
Merit: 1000


crypto-enthusiast since 2012


View Profile
August 21, 2014, 12:41:26 PM
 #1557

1. any info about the repair?
2. are we able to move adt to cryptsy now?
3. any future projects on the table for adt?
cryptmebro
Hero Member
*****
Offline Offline

Activity: 786
Merit: 1000


View Profile
August 21, 2014, 03:47:10 PM
 #1558

Looks like Zack is done with ADT.
coinbloke
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 21, 2014, 11:03:04 PM
 #1559

1, I have paid BTC to e.exchanger through Zach too, Not happy with the outcome.
2, If Zach is really gone we need appoint someone to fix this mess finally and get going again before its too late. (if not too late already).
3, we need to make this coin more serious and put a proper team behind it if we all want it to succeed.
4, must go back onto Cryptsy ASAP as I suspect they will ban it if not fixed soon.
n0xn
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
August 22, 2014, 06:38:11 AM
 #1560

He was online yesterday.
Pages: « 1 ... 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 [78] 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!