Bitcoin Forum
May 06, 2024, 01:21:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 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 ... 385 »
  Print  
Author Topic: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come  (Read 785447 times)
Videlicet
Legendary
*
Offline Offline

Activity: 868
Merit: 1058


Creator of Nexus http://nexus.io


View Profile WWW
September 23, 2014, 12:40:53 PM
 #481

jorneyflair,

I completely agree. Windoze is a terrible operating system, but a necessary evil for the time being.

Viz.

[Nexus] Created by Viz. [Videlicet] : "videre licet - it may be seen; evidently; clearly"
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714958495
Hero Member
*
Offline Offline

Posts: 1714958495

View Profile Personal Message (Offline)

Ignore
1714958495
Reply with quote  #2

1714958495
Report to moderator
1714958495
Hero Member
*
Offline Offline

Posts: 1714958495

View Profile Personal Message (Offline)

Ignore
1714958495
Reply with quote  #2

1714958495
Report to moderator
1714958495
Hero Member
*
Offline Offline

Posts: 1714958495

View Profile Personal Message (Offline)

Ignore
1714958495
Reply with quote  #2

1714958495
Report to moderator
wisnon
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
September 23, 2014, 01:51:13 PM
 #482

win-qt test purse can not be synchronized,
How to test CPU tools?
merc84
Hero Member
*****
Offline Offline

Activity: 799
Merit: 1000


View Profile
September 23, 2014, 02:03:04 PM
 #483

will wallet automatically start to sync from main net at launch time or will it require manual intervention?
sdersdf3
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
September 23, 2014, 02:51:58 PM
 #484

Could anyone summarise where this project is headed/when?
Videlicet
Legendary
*
Offline Offline

Activity: 868
Merit: 1058


Creator of Nexus http://nexus.io


View Profile WWW
September 23, 2014, 03:04:49 PM
 #485

Coinshield is here to help stimulate innovation in the Crypto Currency Industry. For more details you are welcome to check out the OP.

As for syncing, this will be completely automatic, blocks just won't be accepted until the Main Net Time-Lock. GPU blocks won't be accepted until the GPU Time-Lock, and POS blocks won't be accepted until the POS Time-Lock.

Viz.

[Nexus] Created by Viz. [Videlicet] : "videre licet - it may be seen; evidently; clearly"
professionalcasual
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
September 23, 2014, 04:39:28 PM
 #486

Launch binaries posted yet?
yampi
Sr. Member
****
Offline Offline

Activity: 433
Merit: 250


View Profile
September 23, 2014, 04:50:03 PM
 #487

I dump altcoin exes in a folder in drive C, Coinshield gets it's own folder with it's own icon on my Desktop.
KryptoKash (OP)
Sr. Member
****
Offline Offline

Activity: 511
Merit: 275


Bitcoin Interest.


View Profile
September 23, 2014, 04:53:15 PM
 #488

Launch binaries posted yet?
9 mins left, Viz is working hard...he will post soon.

I dump altcoin exes in a folder in drive C, Coinshield gets it's own folder with it's own icon on my Desktop.

+1

...
professionalcasual
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
September 23, 2014, 04:55:29 PM
 #489

Launch binaries posted yet?
9 mins left, Viz is grinding away will post soon.

After reading the last few pages I just assumed he probably fell asleep. Smiley
Hix
Legendary
*
Offline Offline

Activity: 1971
Merit: 1036


View Profile
September 23, 2014, 04:57:36 PM
 #490

Code:
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/ubuntu/primeminer -I/home/ubuntu/primeminer/build -I/home/ubuntu/primeminer/hash -O2 -MMD -o build/skein.o hash/skein.cpp
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/ubuntu/primeminer -I/home/ubuntu/primeminer/build -I/home/ubuntu/primeminer/hash -O2 -MMD -o build/skein_block.o hash/skein_block.cpp
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/ubuntu/primeminer -I/home/ubuntu/primeminer/build -I/home/ubuntu/primeminer/hash -O2 -MMD -fpermissive -o build/KeccakDuplex.o hash/KeccakDuplex.c
hash/skein.cpp: In function вЂ˜int Skein_256_Final(Skein_256_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:199:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
                             ^
hash/skein.cpp: In function вЂ˜int Skein_512_Final(Skein_512_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:397:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
                             ^
hash/skein.cpp: In function вЂ˜int Skein1024_Final(Skein1024_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:594:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
                             ^
hash/skein.cpp: In function вЂ˜int Skein_256_Output(Skein_256_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:683:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
                             ^
hash/skein.cpp: In function вЂ˜int Skein_512_Output(Skein_512_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:712:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
                             ^
hash/skein.cpp: In function вЂ˜int Skein1024_Output(Skein1024_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:741:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
                             ^
hash/KeccakDuplex.c:89:1: fatal error: opening dependency file build/KeccakDuplex.d: No such file or directory
 }
 ^
compilation terminated.
make: *** [build/KeccakDuplex.o] Error 1
make: *** Waiting for unfinished jobs....
hash/skein.cpp: At global scope:
hash/skein.cpp:752:5: fatal error: opening dependency file build/skein.d: No such file or directory
     }
     ^
compilation terminated.
hash/skein_block.cpp:676:5: fatal error: opening dependency file build/skein_block.d: No such file or directory
     }
     ^
compilation terminated.
make: *** [build/skein.o] Error 1
make: *** [build/skein_block.o] Error 1
I can`t compile miner. Can someone help?
merc84
Hero Member
*****
Offline Offline

Activity: 799
Merit: 1000


View Profile
September 23, 2014, 05:00:04 PM
 #491

your answer is just a page back or so Smiley
Videlicet
Legendary
*
Offline Offline

Activity: 868
Merit: 1058


Creator of Nexus http://nexus.io


View Profile WWW
September 23, 2014, 05:00:24 PM
 #492

Unix Timestamp: 1411495200
3534 Seconds from Unified Timestamp ~ 1 Hour
Launch Binaries Released. This is the REAL MAINNET!

Download or compile miner, start with arguments 127.0.0.1 9335
Blocks will be rejected until this time-lock.

Ubuntu
Windows

Miner

silence means I'm working, not sleeping  Grin
Get Ready!

Viz.

[Nexus] Created by Viz. [Videlicet] : "videre licet - it may be seen; evidently; clearly"
skunk
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile
September 23, 2014, 05:00:33 PM
 #493

I can`t compile miner. Can someone help?
create the build directory

Shkembe
Legendary
*
Offline Offline

Activity: 1559
Merit: 1001

Epic Private Internet Cash


View Profile
September 23, 2014, 05:04:35 PM
 #494


20:04:22

{
"blocks" : 0,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.00000000,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkghps" : 0.00000000,
"pooledtx" : 0,
"testnet" : false
}
merc84
Hero Member
*****
Offline Offline

Activity: 799
Merit: 1000


View Profile
September 23, 2014, 05:05:08 PM
 #495

and fail to connect to mining server :?
Videlicet
Legendary
*
Offline Offline

Activity: 868
Merit: 1058


Creator of Nexus http://nexus.io


View Profile WWW
September 23, 2014, 05:06:39 PM
 #496

and fail to connect to mining server :?

use port 9335

I'm now setting up the Testnet which will accept CPU and GPU blocks. Main Net goes live in 1 hour, looks like the countdown timer was off.

Viz.

[Nexus] Created by Viz. [Videlicet] : "videre licet - it may be seen; evidently; clearly"
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
September 23, 2014, 05:07:47 PM
 #497

no source for the wallet?

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
KryptoKash (OP)
Sr. Member
****
Offline Offline

Activity: 511
Merit: 275


Bitcoin Interest.


View Profile
September 23, 2014, 05:10:03 PM
 #498

and fail to connect to mining server :?

use port 9335

I'm now setting up the Testnet which will accept CPU and GPU blocks. Main Net goes live in 1 hour, looks like the countdown timer was off.

Viz.
better early then late  Grin sorry guys, I tried to match up Unix Timestamp: 1411495200  to a timezone, I was early by 1 hour  Sad  at least we are all ready  Grin

...
Videlicet
Legendary
*
Offline Offline

Activity: 868
Merit: 1058


Creator of Nexus http://nexus.io


View Profile WWW
September 23, 2014, 05:10:45 PM
 #499

no source for the wallet?

The source code will be made fully available post-launch, at the launch of the Coinshield Exchange Channels. I will be releasing Doxygen documentation for the Coinshield Core [Pre Launch] to help amplify just that, trust, while protecting the innovation.

Viz.

[Nexus] Created by Viz. [Videlicet] : "videre licet - it may be seen; evidently; clearly"
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
September 23, 2014, 05:11:47 PM
 #500

no source for the wallet?

The source code will be made fully available post-launch, at the launch of the Coinshield Exchange Channels. I will be releasing Doxygen documentation for the Coinshield Core [Pre Launch] to help amplify just that, trust, while protecting the innovation.

Viz.

Sorry, apparently I cannot read.

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 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 ... 385 »
  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!