Author

Topic: ⚒ Syscoin -Blockchain Scalability, Trustless Interoperability for ERC20 projects - page 136. (Read 501963 times)

legendary
Activity: 2044
Merit: 1005
Prepare for WhitePaper  Cool

What do you mean by that?
We’d planned on releasing the Syscoin 2.1 whitepaper alongside Syscoin 2.1 itself but due to its breadth and depth we didn’t want it to get lost in the shuffle. We’ll release the whitepaper Dec 26th, 2016 and it is very detailed.
http://syscoin.org/syscoin-2-1-released-new-payment-processor/

Thanks for your answer, another question, can you have more than one syscoin address in the same wallet? If the answer is yes ?, this also includes the wallet that makes of node in a pool?
Yes... i suggest making an alias which has an address but much more.
hero member
Activity: 2114
Merit: 619
Prepare for WhitePaper  Cool

What do you mean by that?
We’d planned on releasing the Syscoin 2.1 whitepaper alongside Syscoin 2.1 itself but due to its breadth and depth we didn’t want it to get lost in the shuffle. We’ll release the whitepaper Dec 26th, 2016 and it is very detailed.
http://syscoin.org/syscoin-2-1-released-new-payment-processor/

Thanks for your answer, another question, can you have more than one syscoin address in the same wallet? If the answer is yes ?, this also includes the wallet that makes of node in a pool?
full member
Activity: 144
Merit: 100
MONERO
Prepare for WhitePaper  Cool

What do you mean by that?
We’d planned on releasing the Syscoin 2.1 whitepaper alongside Syscoin 2.1 itself but due to its breadth and depth we didn’t want it to get lost in the shuffle. We’ll release the whitepaper Dec 26th, 2016 and it is very detailed.
http://syscoin.org/syscoin-2-1-released-new-payment-processor/
hero member
Activity: 2114
Merit: 619
Prepare for WhitePaper  Cool

What do you mean by that?

Does anyone know how long it takes to get mined syscoin to nodes or pools? I mean the wallet that makes daemon or syscoin node
full member
Activity: 144
Merit: 100
MONERO
legendary
Activity: 2044
Merit: 1005
Hello
We can't run node after update. We're getting next errors (see below), please advise what do we have to do.

Code:
bitcoin@syscoin2:~$ ./syscoind
Segmentation fault
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$ ldd syscoind
linux-vdso.so.1 (0x00007ffdb1565000)
libboost_system.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0 (0x00007f8cf7af7000)
libboost_filesystem.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.55.0 (0x00007f8cf78df000)
libboost_program_options.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.55.0 (0x00007f8cf7666000)
libboost_thread.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0 (0x00007f8cf744b000)
libboost_chrono.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.55.0 (0x00007f8cf7243000)
libdb_cxx-4.8.so => /usr/lib/libdb_cxx-4.8.so (0x00007f8cf6ea5000)
libssl.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f8cf6c44000)
libcrypto.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f8cf6848000)
libevent_pthreads-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_pthreads-2.0.so.5 (0x00007f8cf6644000)
libevent-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 (0x00007f8cf63fc000)
libanl.so.1 => /lib/x86_64-linux-gnu/libanl.so.1 (0x00007f8cf61f8000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f8cf5eec000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8cf5beb000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8cf59d5000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8cf57b7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8cf540c000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f8cf5204000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8cf4fff000)
libevent_core-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_core-2.0.so.5 (0x00007f8cf4dd3000)
/lib64/ld-linux-x86-64.so.2 (0x000055aa50a47000)
Hi,
I have my node working, I think it must be that you lack the necessary dependencies.

I want to know, something, if I mino through my syscoin node, how long does it take to receive the syscoin, the portfolio that acts as a node?
And if the address that I generate this command:
  ./syscoin-cli getv2address. Because that address is the one that I have configured to receive rewards in block,
Is the address syscoin 2.1 that you will see here in extract or will be another address in this site: https://chainz.cryptoid.info/sys/?

Thanks for your answers
I spoke to sigwo who manages pool.syscoin.org he said he needs to do some db work to fix payouts.


Hello, can someone answer my question please? Every time the recombines arrive in syscoin to the address of the node that I created? How long does this take?

I also have to do as I contact the pool admin: http://pool.syscoin.org/
Because I have retained almost 30,000 dbg for two to three days


pool hasnt been paying out I have responded to you. He will fix it, but whatever address you put in, aslong as it accepted it in the settings it valid.
hero member
Activity: 2114
Merit: 619
Hello
We can't run node after update. We're getting next errors (see below), please advise what do we have to do.

Code:
bitcoin@syscoin2:~$ ./syscoind
Segmentation fault
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$ ldd syscoind
linux-vdso.so.1 (0x00007ffdb1565000)
libboost_system.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0 (0x00007f8cf7af7000)
libboost_filesystem.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.55.0 (0x00007f8cf78df000)
libboost_program_options.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.55.0 (0x00007f8cf7666000)
libboost_thread.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0 (0x00007f8cf744b000)
libboost_chrono.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.55.0 (0x00007f8cf7243000)
libdb_cxx-4.8.so => /usr/lib/libdb_cxx-4.8.so (0x00007f8cf6ea5000)
libssl.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f8cf6c44000)
libcrypto.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f8cf6848000)
libevent_pthreads-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_pthreads-2.0.so.5 (0x00007f8cf6644000)
libevent-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 (0x00007f8cf63fc000)
libanl.so.1 => /lib/x86_64-linux-gnu/libanl.so.1 (0x00007f8cf61f8000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f8cf5eec000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8cf5beb000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8cf59d5000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8cf57b7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8cf540c000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f8cf5204000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8cf4fff000)
libevent_core-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_core-2.0.so.5 (0x00007f8cf4dd3000)
/lib64/ld-linux-x86-64.so.2 (0x000055aa50a47000)
Hi,
I have my node working, I think it must be that you lack the necessary dependencies.

I want to know, something, if I mino through my syscoin node, how long does it take to receive the syscoin, the portfolio that acts as a node?
And if the address that I generate this command:
  ./syscoin-cli getv2address. Because that address is the one that I have configured to receive rewards in block,
Is the address syscoin 2.1 that you will see here in extract or will be another address in this site: https://chainz.cryptoid.info/sys/?

Thanks for your answers
I spoke to sigwo who manages pool.syscoin.org he said he needs to do some db work to fix payouts.


Hello, can someone answer my question please? Every time the recombines arrive in syscoin to the address of the node that I created? How long does this take?

I also have to do as I contact the pool admin: http://pool.syscoin.org/
Because I have retained almost 30,000 dbg for two to three days

legendary
Activity: 2044
Merit: 1005
Hello
We can't run node after update. We're getting next errors (see below), please advise what do we have to do.

Code:
bitcoin@syscoin2:~$ ./syscoind
Segmentation fault
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$ ldd syscoind
linux-vdso.so.1 (0x00007ffdb1565000)
libboost_system.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0 (0x00007f8cf7af7000)
libboost_filesystem.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.55.0 (0x00007f8cf78df000)
libboost_program_options.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.55.0 (0x00007f8cf7666000)
libboost_thread.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0 (0x00007f8cf744b000)
libboost_chrono.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.55.0 (0x00007f8cf7243000)
libdb_cxx-4.8.so => /usr/lib/libdb_cxx-4.8.so (0x00007f8cf6ea5000)
libssl.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f8cf6c44000)
libcrypto.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f8cf6848000)
libevent_pthreads-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_pthreads-2.0.so.5 (0x00007f8cf6644000)
libevent-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 (0x00007f8cf63fc000)
libanl.so.1 => /lib/x86_64-linux-gnu/libanl.so.1 (0x00007f8cf61f8000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f8cf5eec000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8cf5beb000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8cf59d5000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8cf57b7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8cf540c000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f8cf5204000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8cf4fff000)
libevent_core-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_core-2.0.so.5 (0x00007f8cf4dd3000)
/lib64/ld-linux-x86-64.so.2 (0x000055aa50a47000)
Hi,
I have my node working, I think it must be that you lack the necessary dependencies.

I want to know, something, if I mino through my syscoin node, how long does it take to receive the syscoin, the portfolio that acts as a node?
And if the address that I generate this command:
  ./syscoin-cli getv2address. Because that address is the one that I have configured to receive rewards in block,
Is the address syscoin 2.1 that you will see here in extract or will be another address in this site: https://chainz.cryptoid.info/sys/?

Thanks for your answers
I spoke to sigwo who manages pool.syscoin.org he said he needs to do some db work to fix payouts.
legendary
Activity: 2044
Merit: 1005
Hello
We can't run node after update. We're getting next errors (see below), please advise what do we have to do.

Code:
bitcoin@syscoin2:~$ ./syscoind
Segmentation fault
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$ ldd syscoind
linux-vdso.so.1 (0x00007ffdb1565000)
libboost_system.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0 (0x00007f8cf7af7000)
libboost_filesystem.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.55.0 (0x00007f8cf78df000)
libboost_program_options.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.55.0 (0x00007f8cf7666000)
libboost_thread.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0 (0x00007f8cf744b000)
libboost_chrono.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.55.0 (0x00007f8cf7243000)
libdb_cxx-4.8.so => /usr/lib/libdb_cxx-4.8.so (0x00007f8cf6ea5000)
libssl.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f8cf6c44000)
libcrypto.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f8cf6848000)
libevent_pthreads-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_pthreads-2.0.so.5 (0x00007f8cf6644000)
libevent-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 (0x00007f8cf63fc000)
libanl.so.1 => /lib/x86_64-linux-gnu/libanl.so.1 (0x00007f8cf61f8000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f8cf5eec000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8cf5beb000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8cf59d5000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8cf57b7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8cf540c000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f8cf5204000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8cf4fff000)
libevent_core-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_core-2.0.so.5 (0x00007f8cf4dd3000)
/lib64/ld-linux-x86-64.so.2 (0x000055aa50a47000)
Did you follow build process in docs folder of repository? Ensure data folder is clean prior to running also
hero member
Activity: 2114
Merit: 619
Hello
We can't run node after update. We're getting next errors (see below), please advise what do we have to do.

Code:
bitcoin@syscoin2:~$ ./syscoind
Segmentation fault
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$ ldd syscoind
linux-vdso.so.1 (0x00007ffdb1565000)
libboost_system.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0 (0x00007f8cf7af7000)
libboost_filesystem.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.55.0 (0x00007f8cf78df000)
libboost_program_options.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.55.0 (0x00007f8cf7666000)
libboost_thread.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0 (0x00007f8cf744b000)
libboost_chrono.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.55.0 (0x00007f8cf7243000)
libdb_cxx-4.8.so => /usr/lib/libdb_cxx-4.8.so (0x00007f8cf6ea5000)
libssl.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f8cf6c44000)
libcrypto.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f8cf6848000)
libevent_pthreads-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_pthreads-2.0.so.5 (0x00007f8cf6644000)
libevent-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 (0x00007f8cf63fc000)
libanl.so.1 => /lib/x86_64-linux-gnu/libanl.so.1 (0x00007f8cf61f8000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f8cf5eec000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8cf5beb000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8cf59d5000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8cf57b7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8cf540c000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f8cf5204000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8cf4fff000)
libevent_core-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_core-2.0.so.5 (0x00007f8cf4dd3000)
/lib64/ld-linux-x86-64.so.2 (0x000055aa50a47000)
Hi,
I have my node working, I think it must be that you lack the necessary dependencies.

I want to know, something, if I mino through my syscoin node, how long does it take to receive the syscoin, the portfolio that acts as a node?
And if the address that I generate this command:
  ./syscoin-cli getv2address. Because that address is the one that I have configured to receive rewards in block,
Is the address syscoin 2.1 that you will see here in extract or will be another address in this site: https://chainz.cryptoid.info/sys/?

Thanks for your answers
legendary
Activity: 1596
Merit: 1017
LiveCoin - is a modern stock exchange
Hello
We can't run node after update. We're getting next errors (see below), please advise what do we have to do.

Code:
bitcoin@syscoin2:~$ ./syscoind
Segmentation fault
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$
bitcoin@syscoin2:~$ ldd syscoind
linux-vdso.so.1 (0x00007ffdb1565000)
libboost_system.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0 (0x00007f8cf7af7000)
libboost_filesystem.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.55.0 (0x00007f8cf78df000)
libboost_program_options.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.55.0 (0x00007f8cf7666000)
libboost_thread.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0 (0x00007f8cf744b000)
libboost_chrono.so.1.55.0 => /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.55.0 (0x00007f8cf7243000)
libdb_cxx-4.8.so => /usr/lib/libdb_cxx-4.8.so (0x00007f8cf6ea5000)
libssl.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f8cf6c44000)
libcrypto.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f8cf6848000)
libevent_pthreads-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_pthreads-2.0.so.5 (0x00007f8cf6644000)
libevent-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 (0x00007f8cf63fc000)
libanl.so.1 => /lib/x86_64-linux-gnu/libanl.so.1 (0x00007f8cf61f8000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f8cf5eec000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8cf5beb000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8cf59d5000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8cf57b7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8cf540c000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f8cf5204000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8cf4fff000)
libevent_core-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_core-2.0.so.5 (0x00007f8cf4dd3000)
/lib64/ld-linux-x86-64.so.2 (0x000055aa50a47000)
legendary
Activity: 2044
Merit: 1005
I put some steam games(certificates) on marketplace today to sell, but it doesn't look like the USD and EUR conversion is pegged properly(didn't try other currencies).  $3 USD converted to like 1.5 syscoin and 3 Euro converted to like 8k+ syscoin.  Am i doing something wrong?
http://peg.syscoin.org/

Should be using those rates... 3 usd should be 300ish sys i think

Edit: dans script isnt actually updating the sysrates.peg so ill get him to fix that. Sorry about that!

Hey, thx for the quick response, the peg is working properly now.

I was able to sell one of my game cd key(certificate) and received payment for it in sys, then I went to marketplace > sold > right clicked the item and picked acknowledge payment.  I was wondering if the buyer received the certificate because i can still see it under my certificates tab and owner is myself. 

Also for the certificates, i put in info in both the private data and public data section, but when I search for these certificates, some say "Encrypted for owner of certificate data" in private data section while others just show the info i put into the private data section.  How do I make sure they all say "Encrypted for owner of certificate data"? and would the owner have to do anything to unencrypt the data to see the cd key after purchase?

The new wallet is working great so far, takes only a couple seconds to load new sales/certs

Thank you and congrats on 2.1 
Certificates must be manually transferred.. buyer usually uses escrow when buying them.

All of your cert private data should be shown to you when you look at them but they are hidden when others search it. Are you saying that some of your certs arent being decrypted and some are?
sr. member
Activity: 252
Merit: 250
I put some steam games(certificates) on marketplace today to sell, but it doesn't look like the USD and EUR conversion is pegged properly(didn't try other currencies).  $3 USD converted to like 1.5 syscoin and 3 Euro converted to like 8k+ syscoin.  Am i doing something wrong?
http://peg.syscoin.org/

Should be using those rates... 3 usd should be 300ish sys i think

Edit: dans script isnt actually updating the sysrates.peg so ill get him to fix that. Sorry about that!

Hey, thx for the quick response, the peg is working properly now.

I was able to sell one of my game cd key(certificate) and received payment for it in sys, then I went to marketplace > sold > right clicked the item and picked acknowledge payment.  I was wondering if the buyer received the certificate because i can still see it under my certificates tab and owner is myself. 

Also for the certificates, i put in info in both the private data and public data section, but when I search for these certificates, some say "Encrypted for owner of certificate data" in private data section while others just show the info i put into the private data section.  How do I make sure they all say "Encrypted for owner of certificate data"? and would the owner have to do anything to unencrypt the data to see the cd key after purchase?

The new wallet is working great so far, takes only a couple seconds to load new sales/certs

Thank you and congrats on 2.1 
hero member
Activity: 2114
Merit: 619
Hi, I have installed syscoin in ubuntu, from this link, https://github.com/syscoin/syscoin2, in order to create a node, but at the moment of requesting the syscoin address, it does not begin with "1" as it should be The syscoin version 2.1, the strange thing is that in the previous link they appreciate files like 2.1, what can I do? But I have an address that starts with "1" do not generate coins? Or will they be lost? How can I install syscoin version 2.1 on ubuntu? Or is it really that?
Call getv2address...
Either way s or 1 its valid and same thing
Says that the wallet is version 130000, is version 2.1?
The command would be: ./syscoin-cli getv2address?

But I have the address that starts with "1" will lose all the mining true?

Thanks i wait your answers
legendary
Activity: 2044
Merit: 1005
Hi, I have installed syscoin in ubuntu, from this link, https://github.com/syscoin/syscoin2, in order to create a node, but at the moment of requesting the syscoin address, it does not begin with "1" as it should be The syscoin version 2.1, the strange thing is that in the previous link they appreciate files like 2.1, what can I do? But I have an address that starts with "1" do not generate coins? Or will they be lost? How can I install syscoin version 2.1 on ubuntu? Or is it really that?
Call getv2address...
Either way s or 1 its valid and same thing
hero member
Activity: 2114
Merit: 619
Hi, I have installed syscoin in ubuntu, from this link, https://github.com/syscoin/syscoin2, in order to create a node, but at the moment of requesting the syscoin address, it does not begin with "1" as it should be The syscoin version 2.1, the strange thing is that in the previous link they appreciate files like 2.1, what can I do? But I have an address that starts with "1" do not generate coins? Or will they be lost? How can I install syscoin version 2.1 on ubuntu? Or is it really that?
legendary
Activity: 1036
Merit: 1001
Syscoin- Changing the way people do business.
OP updated to reflect current state of evolution!  Shocked Shocked Shocked
sr. member
Activity: 474
Merit: 261
GBM
My first trade purchase on sys marketplace and possibly one of the first ever on it. Danosphere did one earlier but he is a Dev, so screw it I am claiming to have done the 1st ever trade with MCA on the marketplace.  Grin

The wallet is amazing, fast and so easy to use. Sys team has done a wonderful job and I can only imagine how good BM will be. Cheesy
hero member
Activity: 2147
Merit: 518
This is superior news, thats for sure. The support is holding nicey for the time being, wonder what will come next. About the same time BTC roused some agitation in still waters, we might see alts toppling over and not recovering until btc releases its pumping hunger. What stops us from playing alts at this very moment is indecision points in markets that may cost us lots of money and time which are not reloadable resources that u can easily refill and not bother about scarce supply. This news made SYS look 10 fold hotter than it used to be. Full network upgrade and F2Pool adoption altogether make for a seemingly winning combination that could cede ground for skyhigh pumps over the next several weeks. However I wouldnt even trust my own analysis when BTC keeps swelling furor like this, thereby the only future-vice decision I could come up with at this time would be to wait for bitcoin to either lose momentum or start looking weak again which would be helpful for refreshing altcoin markets.
legendary
Activity: 2044
Merit: 1005
Hi, does anyone know why: http://pool.syscoin.org/ have not made payments since a day? The contact email does not work.

I also want to know the steps to install the syscoin 2.1 wallet as a daemon on a ubuntu server?
If someone can tell me I would appreciate it, because on the website there is no information for linux, only windows
You cracked blocks? F2pool is on sys meaning its 25 pct hash rate of bitcoin since yesterday.

About building: https://github.com/syscoin/syscoin2/blob/master/doc/build-unix.md

But in F2pool they do not specify how to mine syscoin, there is only btc, scrypt and eth, register, but there is no mining configuration for syscoin

FUpool merge mine SYS & give it to miners on their pool, which devalues the coin IMO. It happens with every coin that FUpool merge mines I'm afraid - miners who get "bonus" SYS payments from FUpool immediately sell them for BTC which explains why SYS is tanking.

The sooner FUpool drops SYS from their setup, the better & healthier SYS will be.
No because mining rewards just dropped over 330%... you need to understand its the cost we pay for safety... we are 25% hash of bitcoin and we are in talks with another large chinese pool so we need them just as they would like to have us for their "bonus" and i have checked their payments they keep some and payout the rest... i dont think everyone dumps... but thats why we were able to negotiate a drop in rewards with them through a halving taking 54ish to 16ish rewards without sacrificing security.  but I'd call that a big win for sys 2.1!
Jump to: