Bitcoin Forum
May 02, 2024, 04:21:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 98 99 »
1621  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |Launch Date Set | Coinshield Verify on: September 23, 2014, 09:04:32 PM
I can`t start wallet, give me this error
Code:
coinshield server starting
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  bind: Address already in use
Someone help me please Smiley

daemon already running?
No. I trying to run daemon.
1622  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |Launch Date Set | Coinshield Verify on: September 23, 2014, 08:54:53 PM
I can`t start wallet, give me this error
Code:
coinshield server starting
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  bind: Address already in use
Someone help me please Smiley
1623  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |Launch Date Set | Coinshield Verify on: September 23, 2014, 08:37:09 PM
I can`t start wallet, give me this error
Code:
coinshield server starting
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  bind: Address already in use
1624  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |Launch Date Set | Coinshield Verify on: September 23, 2014, 07:54:12 PM
Code:
./coinshield
./coinshield: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by ./coinshield)
Huh Huh Huh
1625  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |Launch Date Set | Coinshield Verify on: September 23, 2014, 06:20:03 PM
Okay found the issue, small problem. I'm going to re-upload binaries. I apologize, for the delays.

To keep this one fair, this will use new ports, and a new time-lock to reject these old block that just got found. They will not be credited. I'm setting the new time-lock to 30 minutes from now so everyone can get prepared again. The issue was that on the First block Released Rewards need to be put in the Reserve, but it was calculating from 1 minute to 1 minute which made no reserves. This then caused the seed nodes to crash, etc.

Keep posted everyone,
Viz.
with daemon pls)
1626  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |Launch Date Set | Coinshield Verify on: September 23, 2014, 06:02:31 PM
I figured nobody used that [but me]  Smiley, I'll compile one right now and upload it in the binary package. Will post when that is up.

Viz.
Thank you Smiley
1627  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |Launch Date Set | Coinshield Verify on: September 23, 2014, 05:45:39 PM
Only coinshield-qt
Where daemon for ubuntu?
1628  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |Launch Date Set | Coinshield Verify on: September 23, 2014, 04:57:36 PM
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. Сan someone help?
1629  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 20, 2014, 05:51:46 AM
Burst will likely fall to 50 satoshi by Saturday and then 0 sat by the end of next week. Cut your loss now before its too late
Feed the whales and regret your decision in few months

Nice Fud....Please keep that to yourself please...Seriously, 0 sat...LOL
Read his full message (Black line)  Wink
1630  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 20, 2014, 05:49:44 AM
Burst will likely fall to 50 satoshi by Saturday and then 0 sat by the end of next week. Cut your loss now before its too late
Feed the whales and regret your decision in few months
Xe-xe... give me more burst Smiley
1631  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMG] Magi | 1st POS-II | Fair Distr | Tor | M7M CPU only on: September 18, 2014, 05:39:39 AM
I think "block rewards" working very well, and no problem if 1-st phase will take more time than 1-2 month. Only 1 problem, privat gpu miner(Someone can make it) and this can help us...
Quote
but if you think this option has any chance, with a closed source, no one will know coding gpu then, mining a period with major coins minted, then open source and PoS-II stage; it is sure then all miners have to trust the dev.
+
swap must be delay minimum until end of 1-st phase PoW stage.  
1632  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 17, 2014, 10:22:01 PM
change -std=gnu11 to -std=gnu99
thx, this is help. But strange, I am using gcc 4.8...


Why i can`t find shares? Huh
Code:
./cudaminerd -o stratum+tcp://54.186.95.94:4025 -u {wallet} -p x -k http://54.186.95.94/scratchpad.bin -t 1
[2014-09-17 22:09:30] Using JSON-RPC 2.0
[2014-09-17 22:09:30] wildkeccak scratchpad cache /home/ubuntu/.cache/boolberry/scratchpad.bin
[2014-09-17 22:09:30] hugetlb not available
[2014-09-17 22:09:30] loaded scratchpad /home/ubuntu/.cache/boolberry/scratchpad.bin (29342112 bytes), height=88218
[2014-09-17 22:09:31] Starting Stratum on stratum+tcp://54.186.95.94:4025
[2014-09-17 22:09:31] 1 miner threads started, using 'wildkeccak' algorithm.
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88218 --> 88219  11 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88219 --> 88220  10 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88220 --> 88221  8 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88221 --> 88222  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88222 --> 88223  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88223 --> 88224  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88224 --> 88225  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88225 --> 88226  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88226 --> 88227  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88227 --> 88228  8 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88228 --> 88229  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88229 --> 88230  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88230 --> 88231  10 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88231 --> 88232  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88232 --> 88233  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88233 --> 88234  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88234 --> 88235  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88235 --> 88236  8 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88236 --> 88237  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88237 --> 88238  8 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88238 --> 88239  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88239 --> 88240  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88240 --> 88241  8 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88241 --> 88242  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88242 --> 88243  10 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88243 --> 88244  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88244 --> 88245  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88245 --> 88246  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88246 --> 88247  9 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88247 --> 88248  10 blocks added
[2014-09-17 22:09:31] ADDENDUM APPLIED: 88248 --> 88249  9 blocks added
[2014-09-17 22:09:31] Pool set diff to 5005789
[2014-09-17 22:09:31] Stratum detected new block
[2014-09-17 22:09:32] GPU #0: GRID K520: 2098201 hashes, 4204811.52 kh/s
[2014-09-17 22:10:32] ADDENDUM APPLIED: 88249 --> 88250  9 blocks added
[2014-09-17 22:10:32] Stratum detected new block
[2014-09-17 22:10:32] GPU #0: GRID K520: 3776691657 hashes, 62804.39 kh/s
[2014-09-17 22:10:32] GPU #0: GRID K520: 3768265801 hashes, 9989809.15 kh/s
[2014-09-17 22:10:40] ADDENDUM APPLIED: 88250 --> 88251  9 blocks added
[2014-09-17 22:10:40] Stratum detected new block
[2014-09-17 22:10:40] GPU #0: GRID K520: 3062654473 hashes, 380270.91 kh/s
[2014-09-17 22:12:56] GPU #0: GRID K520: 4294967265 hashes, 31515.76 kh/s
[2014-09-17 22:12:57] GPU #0: GRID K520: 1890946201 hashes, 9979344.90 kh/s
[2014-09-17 22:12:59] ADDENDUM APPLIED: 88251 --> 88252  9 blocks added
[2014-09-17 22:12:59] Stratum detected new block
[2014-09-17 22:12:59] GPU #0: GRID K520: 2756916521 hashes, 1135569.54 kh/s
1633  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 17, 2014, 09:28:12 PM
Trying to compile Wolf cudaminer https://github.com/wolf9466/bbr-cudaminer on Ubuntu 14.04
Installed CUDA 6.5 + NVdrivers 340
Code:
gcc -std=gnu11 -Ofast -c cpu-miner.c -o cpu-miner.o
cc1: error: unrecognized command line option вЂ˜-std=gnu11’
make: *** [all] Error 1
Can comeone help me?
1634  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMG] Magi | 1st POS-II | Fair Distr | Tor | M7M CPU only on: September 16, 2014, 02:24:59 AM
Can some one mine a block? What is your CPU?
i have 10M hash..but each hour only 2 blocks...!!!!
each pc 90KH/s.
m7 miner need very high network speed

You mining with standalone miner or by wallet?
1635  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMG] Magi | 1st POS-II | Fair Distr | Tor | M7M CPU only on: September 16, 2014, 02:22:56 AM
Joe can you post SWAP wallet addres?
1636  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMG] Magi | 1st POS-II | Fair Distr | Tor | M7M CPU only on: September 16, 2014, 12:43:38 AM
Code:
    "stakeinterest" : 0.00000031,
    "testnet" : false,
    "generate" : true,
    "genproclimit" : -1,
    "hashespersec" : 72813,
    "networkhashps" : 1065078,             
    "testnet" : false
network hashrate is 1 MH or 1 GH ?
1637  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMG] Magi | 1st POS-II | Fair Distr | Tor | M7M CPU only on: September 15, 2014, 11:44:36 PM
Standalone miner working or not? Can someone confirm to find block by external miner?
1638  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.1 on: September 14, 2014, 11:03:04 PM
Price can go around 250 points down in worst case... but infinite points up Wink

I'm waiting for it to hit ~150, then buying like a mad man!  Grin Grin Grin
+1 I planned to buy when price fall down to 150-130 sat. But now i feel we near to touch a bottom.
1639  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN-Launch on Sep 13] [XMG] Magi | 1st POS-II | Fair Distr | Tor | M7M CPU only on: September 14, 2014, 05:34:28 PM
Pls dont rush with new miner  Sad
Test few days and launch in few days  Wink
Huh Launch delayed many times.

Joe launch coin today.  
1640  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN-Launch on Sep 13] [XMG] Magi | 1st POS-II | Fair Distr | Tor | M7M CPU only on: September 13, 2014, 05:22:47 PM
can someone make a little guide for windows plz?^^
double click bat file

"json_rpc_call failed"
"connection failed"

Wallet running?

nope, how / where can i download the windows wallet?


I don't know how to cpu / solo mine, I just mined in pools before
Before you run the miner you need to run the wallet. Without it you can`t mine anything. Wallet will be released on launch or you can use last testnet wallet.
Pages: « 1 ... 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 98 99 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!