Pages:
Author

Topic: MobileCash, First PoCh coin (Proof of Charity) - page 10. (Read 35169 times)

legendary
Activity: 1292
Merit: 1000
MBL and MONA shares the same kind of addresses (M prefix), its a problem on yiimp :/

for M there is only 50 or 51:
https://en.bitcoin.it/wiki/List_of_address_prefixes

sharing these numbers by more than one cryptocurrency is inevitable, it seems...
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
MBL and MONA shares the same kind of addresses (M prefix), its a problem on yiimp :/
full member
Activity: 181
Merit: 100
Try deleting -master off the folder name if you haven't.  I am not sure if that matters.  See if these 3 screens help as well.

https://onedrive.live.com/?id=893F6CD02BA6B83%2134124&cid=0893F6CD02BA6B83&group=0
sr. member
Activity: 427
Merit: 250
xpool.ca merged mining is working well. it also seems to be triple-merge-mining MONA, which is a bonus.
sr. member
Activity: 427
Merit: 250
soooooo frustrating!  still getting errors.

here is my directory structure for p2pool and lyra2re-hash module:



I've also tried just dumping all the lyra2re hash module files inside the p2pool directory, but then the setup, license, and readme file duplicates need to be dealt with.  Also tried two separate directories under "p2pool-vtc", one for p2pool and one for the hash modules. still no go.  this is all on Windows 7 32 bit, b/t/w. but it should be ok since I chose all 32 bit downloads.
full member
Activity: 181
Merit: 100
yes, thats the command i entered.  do you have 2 folders in the p2pool folder, one for p2pool and another for lyra2re-hash?

Did you get it working?
legendary
Activity: 1292
Merit: 1000
Difficulty
3.18498208

Network gH/s
0.316291389

I think the only developer and his friends Mining Now  Wink


small update Smiley

Network gH/s
2.052116933

most of blocks are merge-mining now


and another update:
https://twitter.com/CryptoCurrEncyX/status/649647007792037888

Smiley
legendary
Activity: 3556
Merit: 1126
Hope to see this on Cryptsy soon!

sr. member
Activity: 420
Merit: 250
MBL the winner, BRAVO , so where is the listing?Huh c-cex stupid russian exchange.
legendary
Activity: 1292
Merit: 1000

regardless MobileCash was the winner of previous round, just for sure please vote if you can in this round too, less than hour yet:
https://c-cex.com/?id=vote


MobileCash is the winner

legendary
Activity: 1292
Merit: 1000
two news...

the good one:
MBL is supposed to be on C-cex exchange soon (sooner than next voting Wink )



"2015-09-24 19:26:48 C-CEX support

There seems to have been some confusion on my behalf regarding the listing. I have just spoken to our tech team and they have confirmed MobileCash will be added as it is the winner of this round. We are waiting for the source link to be updated on the ANN thread thread so we can initiate the process of listing it."



so, I have provided all the information - and I'm still waiting for the answer...




regardless MobileCash was the winner of previous round, just for sure please vote if you can in this round too, less than hour yet:
https://c-cex.com/?id=vote


full member
Activity: 181
Merit: 100
An item on my to do list is learn how to merge repositories from GitHub.  I will work on that this weekend as time permits.  I have a more pressing item at the moment.  I am in the process of learning to code C++ to enhance my miners.  This is a side hobby, and I work a normal 50+ hour work week as well.
full member
Activity: 181
Merit: 100
You should have your folder for p2pool from source.  Within that folder add source from hash source.  After that go to the hash folder in command prompt and execute the compile.  I just did this again and received no errors.
sr. member
Activity: 427
Merit: 250
yes, thats the command i entered.  do you have 2 folders in the p2pool folder, one for p2pool and another for lyra2re-hash?
full member
Activity: 181
Merit: 100
After you extract lyra2re-hash into p2pool folder, cd to the hash folder and execute this in the command prompt to compile.

Code:
c:\Python27\python.exe setup.py build --compile=mingw32 install

Has anyone else tried the guide?  I stepped thru it on another pc and all worked.  I could have still missed something.
sr. member
Activity: 427
Merit: 250
@DragonSlayer,

I tried compiling the lyra2re-hash but got an error:

Code:
c:\mingw\bin\gcc.exe -shared -s build\temp.win32-2.7\Release\lyra2remodule.o bui
ld\temp.win32-2.7\Release\lyra2re2module.o build\temp.win32-2.7\Release\lyra2re.
o build\temp.win32-2.7\Release\sponge.o build\temp.win32-2.7\Release\lyra2.o bui
ld\temp.win32-2.7\Release\sha3\blake.o build\temp.win32-2.7\Release\sha3\groestl
.o build\temp.win32-2.7\Release\sha3\keccak.o build\temp.win32-2.7\Release\sha3\
cubehash.o build\temp.win32-2.7\Release\sha3\bmw.o build\temp.win32-2.7\Release\
sha3\skein.o build\temp.win32-2.7\Release\lyra2re2_hash.def -LC:\Python27\libs -
LC:\Python27\PCbuild -lpython27 -lmsvcr90 -o build\lib.win32-2.7\lyra2re2_hash.p
yd
C:\Python27\libs/libpython27.a(dmmes00854.o):(.idata$7+0x0): undefined reference
 to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00007.o):(.idata$7+0x0): undefined reference
 to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00403.o):(.idata$7+0x0): undefined reference
 to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00630.o):(.idata$7+0x0): undefined reference
 to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00821.o):(.idata$7+0x0): undefined reference
 to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00402.o):(.idata$7+0x0): more undefined refe
rences to `_head_C__build27_cpython_PCBuild_libpython27_a' follow
collect2: ld returned 1 exit status
error: command 'c:\\mingw\\bin\\gcc.exe' failed with exit status 1

Also, does p2pool need to be compiled?  the guide says to download the source, but then no other actions to it.
legendary
Activity: 3556
Merit: 1126
Hi,

Just FYI, we've added MBL to our multipool www.xpool.ca to be merge-mined on our Lyra2REv2 ports.

http://www.xpool.ca/blocks/MBL

To keep your MBL, simply set your MBL address in your account settings, using one of the support payout coins.

Please add to OP if you can.

Cheers!


Great! Thank you!
Just added!

I voted for MBL on Cryptsy too. Miners would love to have a little boost that's exchanged automatically.

Thanks
legendary
Activity: 1292
Merit: 1000
Hi,

Just FYI, we've added MBL to our multipool www.xpool.ca to be merge-mined on our Lyra2REv2 ports.

http://www.xpool.ca/blocks/MBL

To keep your MBL, simply set your MBL address in your account settings, using one of the support payout coins.

Please add to OP if you can.

Cheers!


Great! Thank you!
Just added!
legendary
Activity: 3556
Merit: 1126
Hi,

Just FYI, we've added MBL to our multipool www.xpool.ca to be merge-mined on our Lyra2REv2 ports.

http://www.xpool.ca/blocks/MBL

To keep your MBL, simply set your MBL address in your account settings, using one of the support payout coins.

Please add to OP if you can.

Cheers!
Pages:
Jump to: